-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (20 loc) · 1.25 KB
/
index.html
File metadata and controls
27 lines (20 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GOUI Todo's</title>
<script type="module" src="./dist/Index.js"></script>
<meta theme-color="black">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon"
type="image/x-icon"
href="./favicon.ico">
<link href="./node_modules/@intermesh/goui/dist/lato.css" rel="stylesheet">
<link href="./node_modules/@intermesh/goui/dist/goui.css" rel="stylesheet">
<link href="./dist/style.css" rel="stylesheet">
<!-- Make sure fonts are loaded before rendering -->
<link rel="preload" href="./node_modules/@intermesh/goui/resources/font/Lato-Semibold.woff2" as="font" type="font/woff2" crossorigin="anonymous" >
<link rel="preload" href="./node_modules/@intermesh/goui/resources/font/Lato-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./node_modules/@intermesh/goui/resources/font/Lato-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self' data:; style-src 'unsafe-inline' 'self'; script-src 'self'; child-src 'none'; connect-src 'self'; img-src data: blob: 'self'">
<body id="goui"></body>