- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelloPage.html
More file actions
Latest commit
21 lines (21 loc) · 522 Bytes
/
Copy pathHelloPage.html
File metadata and controls
21 lines (21 loc) · 522 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hello Git</h1>
<div>Try to Edit</div>
<div>Try to Edit again</div>
<div>soft reset</div>
<div>mixed reset</div>
<div>soft2 reset</div>
<div>mixed2 reset</div>
<div>Try Ignore</div>
<h1>Test Test</h1>
<span>Test after Pushing</span>
</body>
</html>