-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="bbgo">
<meta name="theme-color" content="#423336;"/>
<meta property="og:url" content="/" />
<meta property="og:title" content="bbgo" />
<meta property="og:description" content="bbgo" />
<meta property="og:image" content="/logo.png" />
<meta property="og:type" content="article" />
<meta property="og:locale" content="en-US" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="bbgo" />
<meta property="twitter:description" content="bbgo" />
<meta property="twitter:image" content="/logo.png" />
<title>bbgo</title>
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/logo.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>