-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (21 loc) · 966 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:title" content="Donate me">
<meta property="og:url" content="https://donate.neokoni.ink">
<meta property="og:image" content="https://res.neokoni.ink/neokoni/svg/favicon.svg">
<meta property="og:description" content="Thank you for your donation!">
<meta name="description" itemprop="description" content="thank you for your donation">
<meta itemprop="name" content="Donate me | 打钱(bushi">
<meta itemprop="image" content="https://res.neokoni.ink/neokoni/svg/favicon.svg">
<title>Donate me | Thank you very much!</title>
<!-- link -->
<link rel="icon" href="https://res.neokoni.ink/neokoni/svg/favicon.svg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=0;">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>