-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.html
83 lines (73 loc) · 7.64 KB
/
template.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body class="nice-html-with-css">
<p>
This page is has html semantic errors on purpose. You can inspect the
element to see what is causing the warning
<span style="outline: 2px dotted orange">orange outline</span> or error
<span style="outline: 2px dotted red">red outline</span>
</p>
<h2>Not the real headline</h2>
<h1>nice html with css</h1>
<p>
Default paragraph text with an
<a href="">inline link missing a href value</a><div class="">
<br>
And a <a href="https://example.com" target="_blank">not secure link</a>
</div>
</p>
<button tabindex="0">Button tabindex 0 without type</button>
<button type="button" tabindex="-1">Button tabindex -1</button>
<button type="button" tabindex="3">Button tabindex 3</button>
<button type="button" class="play-media"></button>
<button type="button" class="play-media" aria-label="Play Media"></button>
<ul>
<li>one</li>
<li>two</li>
<p>troll</p>
<li>four</li>
<li>five</li>
</ul>
<ol>
<li>een</li>
<li>twee</li>
<h3>headline level 3</h3>
</ol>
<img
src="https://source.unsplash.com/random/800x540"
alt=""
/>
<table>
<thead>
<tr>
<th colspan="2">The table header</th>
</tr>
</thead>
<tbody>
<tr>
<td>The table body</td>
<td>with two columns</td>
</tr>
</tbody>
</table>
<svg
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<path
d="M27.3388 18.1073c0 1.86 1.5037 3.3783 3.3525 3.3802 1.8487 0 3.3525-1.5164 3.3525-3.3802h-1.815c0 .8573-.69 1.5523-1.5375 1.5523-.8475-.002-1.5375-.6969-1.5375-1.5523v-.423h1.8506v-1.828h-1.8507v-.4191c0-.8536.69-1.5504 1.5375-1.5504h.002c.8455 0 1.5337.6968 1.5355 1.5523l1.815-.002C34.04 13.5753 32.54 12.059 30.695 12.059h-.0038c-1.8487 0-3.3524 1.5163-3.3524 3.3783l.0018.4192h-1.1625v1.828h1.1625l-.0018.423zm31.828 20.247c0-.7666-.1837-1.3804-.3093-1.5144-.2437-.1133-.8119-.4891-1.305-.8819l-14.655-11.6399v-2.5625c0-.2303-.2888-.6987-.6656-.9536-.1144-.0793-.1969-.1076-.2382-.1076-.36.1378-.9806.61-1.3368 1.0254l-.915 1.0612c-.2906.3361-.72.542-1.1269.6477v4.7814c.9862.2813 1.935.608 2.835.9819v3.1158c-3.1238-1.4956-7.0875-2.4077-11.3381-2.4077-4.6988 0-9.0338 1.118-12.285 2.9043v-3.1988c1.1719-.5458 2.4412-1.0103 3.78-1.3937v-4.853c-9.7332 2.3-16.7719 8.7374-16.7719 16.3192 0 3.3556 1.3594 6.564 3.9525 9.355v-.002l1.0856 1.0537 7.5675 7.5554c.675.5797 1.4325 1.0027 1.7831 1.0027.2288-.0793.5513-.508.5513-1.0613V55.563l1.6969.3493c.8156.1643 5.0268.9933 7.9743.9933 2.9307 0 7.157-.829 7.9744-.9952l1.6988-.3436v2.013c-.0019.236.2869.6968.6619.9517.225.1567.2418.1114.2418.1114.3225-.1246 1.0031-.5438 1.4757-.9517l16.0687-14.1854c.2325-.1983.5156-.3947.8006-.5797.2513-.1757.5757-.3966.6431-.4891.0675-.1605.1557-.7742.1557-1.3785v-2.7042zm-34.725-33.001v22.2015c1.8038-.3248 3.7013-.5099 5.67-.5099 1.965 0 3.8645.1813 5.6682.5061V5.3533H24.4419zM62 38.3543v2.7042c0 .4966-.0394 1.7354-.4162 2.572-.347.7798-.9694 1.2085-1.6257 1.6598-.2306.1492-.4143.272-.5456.3833L43.3587 59.844c-.6918.6024-1.6462 1.2029-2.3325 1.4673-.3318.1265-.6656.1888-1.0087.1888-.63 0-1.2656-.2134-1.8375-.6118-.5794-.3966-1.2281-1.0688-1.5956-1.911-1.8394.3304-4.7944.7836-7.1382.7836-2.3175 0-5.2762-.4532-7.0724-.7742-.3713 1.0745-1.1494 1.9544-2.1394 2.3321-1.8638.6798-3.99-.929-4.7063-1.573l-7.6237-7.5799C4.0419 48.595 2 44.2762 2 39.6781c0-9.083 8.2856-16.7611 19.6069-19.2387V5.3534c0-1.5769 1.2693-2.8534 2.835-2.8534H35.78c1.5656 0 2.835 1.2765 2.835 2.8533v14.3931c.57-.6288 1.4887-1.3766 2.3719-1.7203.9169-.3493 1.9556-.1945 2.8425.4173.8775.6024 1.9031 1.8318 1.9031 3.3122v1.1821l13.575 10.7788c.3656.289.7238.5212.8306.5873 1.68.8063 1.8619 3.0931 1.8619 4.0505zm-11.5538-3.1686c0 1.1915-.96 2.1584-2.145 2.1584-1.1775 0-2.1412-.9669-2.1412-2.1584 0-1.1897.9638-2.1584 2.1413-2.1584 1.185 0 2.145.9687 2.145 2.1584z"
fill-rule="evenodd"
></path>
</svg>
<video src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" autoplay controls></video>
<iframe src="https://ing.de/" frameborder="0" width="100"></iframe>
<svg width="256px" height="256px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><g><path d="M450.8 182c-8.6-24.4-20.3-44.9-33-57.5-2.6-2.6-6-4-9.7-4-3.7 0-7.1 1.4-9.7 4-5.3 5.3-5.3 14 0 19.4 9.9 9.9 19.6 27.4 26.8 48.1 7.3 21.2 11.4 43.6 11.4 63.1 0 3-.1 7.6-.2 10.1-.2 3.7 1.1 7.1 3.6 9.8 2.5 2.7 5.8 4.3 9.5 4.4h.6c7.3 0 13.3-5.7 13.7-13.1.1-3.1.2-8.1.2-11.3 0-22.8-4.7-48.8-13.2-73zM143 110.6c2.9 0 5.6-.9 8-2.6 29.9-21.4 66.2-32.7 105-32.7 40.8 0 80.1 14.8 113.7 42.8 2.5 2 5.6 3.2 8.8 3.2 4.1 0 7.9-1.8 10.5-4.9 4.8-5.8 4-14.4-1.7-19.3C348.6 65 303.3 48 256 48c-44.6 0-86.4 13.1-121 37.8-3 2.1-4.9 5.3-5.5 8.9-.6 3.6.2 7.2 2.4 10.2 2.5 3.6 6.7 5.7 11.1 5.7zM75.4 255c0-43.7 15.8-85.8 44.5-118.7 2.4-2.8 3.6-6.3 3.3-9.9-.2-3.6-1.9-7-4.7-9.4-2.5-2.2-5.7-3.4-9-3.4-4 0-7.7 1.7-10.3 4.7C66.2 156.2 48 204.7 48 255c0 32.8 5.9 58.8 15.4 90.2 1.8 5.8 7 9.7 13.1 9.7 1.3 0 2.7-.2 4-.6 3.5-1.1 6.4-3.4 8.1-6.6 1.7-3.2 2.1-6.9 1-10.4-8.8-29-14.2-52.8-14.2-82.3z"/><path d="M355.7 129.8C328.4 106.1 295 93.6 259 93.6c-48.3 0-91.4 17.8-121.5 50.1-28.7 30.8-42.8 71.7-39.7 115.1 2.3 32.7 6 50.7 9.3 66.6 4.3 21.1 7.7 37.8 5.1 84.1-.4 6.7 3.7 12.7 10 14.6 1.2.4 2.3.5 3.6.5 7.2 0 13.2-5.7 13.7-12.9 2.9-50.4-.8-68.7-5.5-91.9-3.1-15.1-6.6-32.2-8.8-63.1-2.6-35.7 9-69.3 32.4-94.5 24.8-26.7 60.9-41.4 101.4-41.4 29.3 0 56.5 10.2 78.7 29.5 22.3 19.3 39.2 47.4 49 81.1 11.4 39.3 14.5 89.3 9.1 144.5-.7 7.5 4.8 14.2 12.3 15 .4 0 .9.1 1.3.1 7.1 0 12.9-5.3 13.6-12.4 5.8-58.7 2.3-112.2-10.1-154.8-11.1-38.6-30.9-71.2-57.2-94z"/><path d="M373.5 267.5c-5.9-37.5-19.9-68.8-40.6-90.6-20.8-22-47.4-33.7-76.9-33.7-19 0-37.7 4.1-54.1 12-3.7 1.8-6.4 5.1-7.4 9.1-1 4.1-.1 8.3 2.5 11.6 2.6 3.4 6.5 5.3 10.8 5.3 2.1 0 4-.5 5.9-1.3 12.6-6 27.2-9.2 42.2-9.2 22.4 0 42.5 9.2 58.3 26.6 16.1 17.8 27.3 43.6 32.1 74.6 4.7 29.6 7 53.5 7.1 73.1.2 39.7-4.8 72.7-4.8 73.1-.6 3.6.3 7.2 2.5 10.2 2.2 3 5.3 4.9 8.9 5.5.7.1 1.4.2 2.1.2 6.8 0 12.5-4.9 13.5-11.6.2-1.4 5.4-35.2 5.2-77.5 0-21.3-2.4-46.5-7.3-77.4zm-188.2-64c4-5.8 2.9-13.6-2.5-18.2-2.5-2.1-5.6-3.2-8.8-3.2-4.5 0-8.7 2.2-11.3 5.9-14.7 21.5-19.7 49.1-14.4 79.8 8.9 51.3 16.9 111.1 9.4 165-.5 3.8.5 7.7 2.9 10.7 2.3 3 5.7 4.8 9.4 5.1.4 0 .8.1 1.2.1 6.8 0 12.6-5.1 13.5-11.8 8.2-57.7-.2-120.2-9.5-173.8-4.1-23.8-.7-43.9 10.1-59.6zM317.5 388h-.5c-7.6.3-13.5 6.6-13.2 14.2 0 .2.6 17.9-2.6 34.7-1.3 6.9 2.6 13.7 9.1 15.8 1.4.4 2.8.7 4.3.7 6.6 0 12.2-4.7 13.4-11.1 3.8-20.1 3.1-40.2 3.1-41.1-.2-7.5-6.2-13.2-13.6-13.2z"/><path d="M294.6 205.9c-11.2-10.5-25.2-16.1-40.5-16.1-19.8 0-36.7 7.3-47.6 20.5-8.3 10.1-17 28.8-10.9 60 12.3 62.5 15 121.6 8.1 175.6-1 7.5 4.4 14.4 11.8 15.3.6.1 1.2.1 1.7.1 6.9 0 12.7-5.1 13.6-12 7.3-57 4.5-119-8.3-184.4-3.2-16.4-1.4-29.3 5.1-37.3 5.6-6.8 15-10.5 26.4-10.5 25 0 35.1 27.6 38.3 39.4 6.9 25.7 10.9 63 11.5 107.7.1 7.4 6.2 13.5 13.7 13.5h.2c3.6-.1 7-1.5 9.6-4.1 2.5-2.6 3.9-6.1 3.9-9.7-.7-47-5-86.5-12.5-114.4-4.9-18.5-13.1-33.2-24.1-43.6z"/><path d="M265.2 245.9c-2.1-5.1-7.1-8.5-12.7-8.5-1.8 0-3.6.4-5.2 1-7 2.9-10.3 10.9-7.4 17.9 6.6 16 11.8 46.2 14.1 82.8 2.4 36.9 1.7 76.9-2 109.6-.4 3.6.6 7.2 2.9 10.1 2.3 2.9 5.5 4.6 9.2 5 .5.1 1 .1 1.5.1 7 0 12.8-5.2 13.6-12.2 3.9-35.5 4.6-76.6 2-115.8-2.5-39.3-8.2-71.3-16-90z"/></g></svg>
</body>
</html>