-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 873 Bytes
/
index.html
File metadata and controls
33 lines (30 loc) · 873 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
<!DOCTYPE html>
<html>
<head>
<title> Ash's Website </title>
<link rel="stylesheet" type="text/css" href="style.css":>
</head>
<body>
<header id ="main-header">
<div class ="p-box">
<div class="container">
<h1>Hello</h1>
</div>
<h1 class="second">im</h1>
<h1 class="third">Ashwin</h1>
</div>
</header>
<div class ="b-box">
<a href="tob.html">
<button>
Click me!
<span> >:(</span>
</button>
</a>
</div>
<div style="margin-top:455px"></div>
<div class="second-page">
<h1>TeeHee</h1>
</div>
</body>
</html>