-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.dev.ejs
More file actions
29 lines (25 loc) · 786 Bytes
/
index.dev.ejs
File metadata and controls
29 lines (25 loc) · 786 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" type="image/png" href="favicon-32x32-dev.png" />
<link rel="icon" sizes="192x192" href="favicon-192x192-dev.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
/>
<link rel="manifest" href="/manifest.dev.webmanifest" />
<link
href="https://fonts.googleapis.com/css?family=Ropa+Sans|Bangers"
rel="stylesheet"
type="text/css"
/>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="root"></div>
<!-- dat gui -->
<script src="./vendor/dat.gui.min.js"></script>
</body>
</html>