File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <! doctype html>
2+ <html lang =" en " >
3+ <head >
4+ <meta charset="utf-8">
5+ <title>html boilerplate</title>
6+
7+ <!-- style -->
8+ <link rel="icon" href="icon.png">
9+ <meta name="viewport" content="width=device-width">
10+ <link rel="stylesheet" href="css/normalize.css">
11+ <link rel="stylesheet" href="css/examples/demo.css">
12+
13+ <!-- install -->
14+ <link rel="manifest" href="manifest.webmanifest">
15+ <meta name="msapplication-TileColor" content="#123456">
16+ <meta name="msapplication-square150x150logo" content="images/icons/150.png">
17+ <meta name="apple-mobile-web-app-capable" content="yes">
18+ <meta name="mobile-web-app-capable" content="yes">
19+
20+ <!-- prerender -->
21+ <link rel="prerender" href="x.html">
22+ </head >
23+ <body >
24+
25+ <p>Drink water</p>
26+
27+
28+ <script src="bundle.js"></script>
29+ </body >
30+ </html >
You can’t perform that action at this time.
0 commit comments