Skip to content

Commit 42ba509

Browse files
author
Walle Cyril
committed
picture element
1 parent ed6d228 commit 42ba509

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

html/picture-element.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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>

0 commit comments

Comments
 (0)