-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
21 lines (21 loc) · 928 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" href="/images/logo.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DreamBoost 募資平台 X 推動夢想不是夢!</title>
<meta name="description" content="DreamBoost 募資平台 X 推動夢想不是夢!">
<meta name="keywords" content="DreamBoost,募資平台,夢想">
<meta property="og:title" content="DreamBoost 募資平台">
<meta property="og:description" content="DreamBoost 募資平台">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pinyiw0.github.io/DreamBoost/#/">
<meta property="og:image" content="https://imgur.com/a/dff6dHX">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>