forked from totaljs/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (23 loc) · 1.05 KB
/
Copy pathindex.html
File metadata and controls
29 lines (23 loc) · 1.05 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
28
29
@{layout('')}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=1024, user-scalable=yes" />
<meta name="robots" content="all,follow" />
</head>
<body style="background-color:black;margin:150px 0">
<div style="text-align:center">@{image('logo.png', 535, 181, 'total.js logo')}</div>
<!-- Open a developer tools in your web browser -->
<!-- First request downloads data and next request - server return 304 - not modified -->
<!-- etag-version: 1 === If-None-Match:1215:1 -->
<!-- stop framework and change etag-version in config-release -->
<!-- etag-version: 2 === If-None-Match:1215:2 -->
<!-- First request downloads data and next request - server return 304 - not modified -->
<!-- stop framework and change etag-version in config-release -->
<!-- etag-version: 3 === If-None-Match:1215:3 -->
<!-- First request downloads data and next request - server return 304 - not modified -->
</body>
</html>