-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.22 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
<html>
<head>
<title>Box Critters</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/topbar.css">
<link rel="shortcut icon" href="assets/icons/icon.png">
<!-- <link rel="stylesheet" href="assets/css/no-topbar.css"> -->
<script src="assets/js/webview.js"></script>
<script src="assets/js/topbar.js"></script>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' 'unsafe-inline';">
</head>
<body>
<!-- Topbar -->
<!--<div id="controls">
<button id="home" title="Go Home">Home</button>
<button id="print_button">Print</button>
</div>-->
<!-- End topbar -->
<!-- Webview -->
<webview id="webview" autosize="on" src="https://boxcritters.com/" data-home="https://boxcritters.com/"></webview>
<!-- HTML -->
<!--
<h1>Hello world!</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi, voluptatum sint ullam minima molestias nam id autem perferendis! Cumque veritatis sunt dolor quidem cum? Natus dolore ipsum illum numquam molestiae?</p>
-->
</body>
</html>