-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
43 lines (38 loc) · 1.98 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<div class="input"><input type="text" placeholder="Write here...." size="19" >
<button>search</button></div>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/index.css">
<title>
Sanket's Website.
</title>
<div class="headd">
<a href="https://sanketwable.github.io/website/"><img src="images/tutorial.png" width="200px"/></a>
<br/><b>You are browsing the best resource for Online Education.</b>
</div>
</head>
<body background="images/background8.jpg">
<header class="over">
<h1 class="s1"><span style='color:rgb(200,230,230)'>T  U </span>
<span style='color:rgb(110,150,150)'>T  O</span>
<span style='color: rgb(70,80,70)'> R </span>
<span style='color:rgb(50,50,20)'>I</span>
<span style='color:rgb(10,10,00)'> A  L</span></h1>
<hr/>
<br/>
<br/><br/>
<nav >
<div class="topnav">
<a class="home" href="https://sanketwable.github.io/website/"><img width="70" src="images/home.png"/>HOME</a>
<a class="videolecture" href="https://sanketwable.github.io/website/html/websitevideo.html"><img width="70" src="images/vlec.png"/>Video Lectures</a>
<a class="contact" href="https://sanketwable.github.io/website/html/websitecontact.html"> <img width="90" src="images/contact.png"/>Contact Developer</a>
<a class="online" href="https://sanketwable.github.io/website/html/learn.html"><img width="90" src="images/online.png"/>Learn-Online</a>
<br/>
</div>
</nav>
<br/>
</header>
</body>
</html>