- Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
18 lines (17 loc) · 384 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (17 loc) · 384 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8" />
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
<metahttp-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
</head>
<body>
<h1>Hi there</h1>
<p>This is paragraph</p>
<form>
<inputtype="text" />
<button>Click here</button>
</form>
</body>
</html>