-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelloWorld.html
More file actions
55 lines (51 loc) · 758 Bytes
/
helloWorld.html
File metadata and controls
55 lines (51 loc) · 758 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HTML 5 complete</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
</style>
</head>
<body>
<p>Hello World</p>
<p>0318_1</p>
<p>0319</p>
<p>0319_2</p>
<p>0320</p>
<p>0321</p>
<p>0322</p>
<p>0323_1</p>
<p>0325</p>
<p>0325_2</p>
<p>0326</p>
<p>0327</p>
<p>0331</p>
<p>0403</p>
<p>0404</p>
<p>0405</p>
<p>0406</p>
<p>0407</p>
<p>0408</p>
<p>0409</p>
<p>0410</p>
<p>0411</p>
<p>0414</p>
<p>0415</p>
<p>0420</p>
</body>
</html>