-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.33 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
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script>
</script>
<!--link rel="manifest" href="manifest.web"-->
<meta name="robots" content="all" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<meta name="theme-color" content="#000000">
<meta name="mobile-web-app-capable" content="yes">
<meta name="Description" content="Project programming paradigms builded on Template Literals, CustomEvents, Custom Tags.">
<meta http-equiv="Cache-control" content="public">
<meta name="msapplication-navbutton-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="robots" content="noindex">
<link rel="icon" type="image/png" sizes="96x96" href="assets/icons/96.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/icons/192.png">
<meta name="msapplication-TileImage" content="assets/icon/512.png">
<title>Game Platform</title>
<link rel="stylesheet" href="./css/style.css">
<script defer src="./bundle.js"></script>
</head>
<body>
<noscript>
You need to allow JavaScript in you browser.
</noscript>
<div id="app" class="theme-light app fill"></div>
</body>
</html>