forked from hyperturtle/Stache
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rendered.html
43 lines (43 loc) · 897 Bytes
/
rendered.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/demo/lib/test.css" >
<link rel="stylesheet" href="X" >
<link rel="stylesheet" href="Y" >
<link rel="stylesheet" href="Z" >
</head>
<body>
<div>
User: Age:
Peter 20 Mary 19 John 22
</div>
<div>
User: Age:
<p>Peter 20</p>
<p>Mary 19</p>
<p>John 22</p>
</div>
<ul>
<li>Red</li>
<li>Blue</li>
<li>Green</li>
<p>fun</p>
</ul>
<ul>
<li>Red</li>
<li>Blue</li>
<li>Green</li>
<li>Red</li>
<li>Blue</li>
<li>Green</li>
<li>Red</li><li>Blue</li><li>Green</li>
</ul>
<ul>
<li>Red</li><li>Blue</li><li>Green</li>
</ul>
<script src="/demo/lib/test.js"></script>
<script src="A"></script>
<script src="B"></script>
<script src="C"></script>
</body>
</html>