-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 966 Bytes
/
index.html
File metadata and controls
25 lines (22 loc) · 966 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
<!DOCTYPE HTML>
<html>
<head>
<title>HOME</title>
<style>
body{background-image: url(mars_green.png);
background-size: 100%}
</style>
</head>
<body>
<h1 align="center" style="color:red"><u>HOME</u></h1>
<table>
<tr>
<td><button style="width:100px; height:50px;"><a href="saurabh.html">ABOUT ME</a></button></td>
<td><button style="width:100px; height:50px;"><a href="saurabh1.html">SUBJECTS</a></button></td>
<td><button style="width:130px; height:50px;"><a href="saurabh2.html">PROJECT AND QUALIFICATION</a></button></td>
<td><button style="width:100px; height:50px;"><a href="saurabh3.html">ABOUT HTML</a></button></td>
<td><button style="width:100px; height:50px;"><a href="saurabh4.html">LOCATION</a></button></td>
</tr>
</table>
</body>
</html>