-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
35 lines (30 loc) · 699 Bytes
/
test.html
File metadata and controls
35 lines (30 loc) · 699 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Komal Karir" />
<meta name="" content="" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<title>Document</title>
</head>
<body>
<header>
<h1>Top level heading</h1>
</header>
<main>
<div id="hero_image">
<div id="hero_text">
<h1>Hero image H1 text</h1>
<h2>Hero image H2 text</h2>
<h3>Hero image H3 text</h3>
</div>
</div>
<div id="circle"></div>
<div id="circle2"></div>
</main>
<footer>
<h6>(c) Komal</h6>
</footer>
</body>
</html>