-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1013 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My first website</title>
</head>
<style>
body{
background-color:lightyellow;
}
</style>
<body>
<h1><p>My first website</p>
<p>This is really cool, I am building a web page!</p></h1>
<h3>
<a href="/calculator/index.html">calculator</a><br>
<a href="/Dashboard/dashboard.html">Dashboard</a><br>
<a href="/divisible/divisible.html">Divisible</a><br>
<a href="/etch-a-sketch/sketch.html">Etch-a-sketch</a><br>
<a href="/landingpage/landingpage.html">LandingPage</a><br>
<a href="/VIBGYOR/vibgyor.html">vibgyor</a><br>
<a href="/rocket/index.html">Rocket Game</a><br>
<a href="/recipe/recipe.html">Recipe</a><br>
<a href="/Intermidiate/multiple_box/multibox.html">Multiple_box</a><br>
<a href="/Intermidiate/signup_form/signup.html">Signup_form</a><br>
<a href="/Intermidiate/table/table.html">Table</a><br>
<a href="/Intermidiate/webpage/index.html">Tourism Page</a>
</h3>
</body>
</html>