forked from GrosSacASac/JavaScript-Set-Up
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML_EXAMPLE.html
More file actions
31 lines (25 loc) · 906 Bytes
/
Copy pathHTML_EXAMPLE.html
File metadata and controls
31 lines (25 loc) · 906 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
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>html boilerplate</title>
<!-- style -->
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/examples/demo.css">
<link rel="icon" href="images/icons/16.png">
<!-- install -->
<link rel="manifest" href="manifest.webapp">
<meta name="msapplication-TileColor" content="#123456">
<meta name="msapplication-square150x150logo" content="images/icons/150.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<!-- <script src="js/libraries/install.js"></script> -->
<!-- prerender -->
<link rel="prerender" href="x.html">
</head>
<body>
<p>Drink water</p><br>
<script src="bundle.js"></script> -->
</body>
</html>