-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 971 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
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/icons/feeds.svg" type="image/svg+xml" sizes="any" />
<link rel="apple-touch-icon" href="/icons/feeds-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0,maximum-scale=1.0,user-scalable=0,height=device-height"
/>
<meta name="referrer" content="origin" />
<meta name="author" content="DeFUCC" />
<meta
name="description"
content="A p2p reactive collaborative project development app"
/>
<meta
name="keywords"
content="modern, useful, html, html5, css, css3, javascript, js, vue3, vite, open-source, project, app"
/>
<title>Project app</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>