-
Notifications
You must be signed in to change notification settings - Fork 2
/
math.html
31 lines (31 loc) · 1.04 KB
/
math.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<title> Math </title>
<body>
<div class="topnav" id="myTopnav">
<ul class= "toplist">
<li class = "main"><a href="index.html">Home</a>
</li>
<li class="dropdown">
<a
href="javascript:void(0)"
class="dropbtn">Topics</a>
<div class="dropdown-content">
<a href="videopage.html"> Music</a>
<a href="math.html">Math</a>
<a href="topics.html"> All Topics</a>
</div>
</li>
<li class = "main"><a href= "#discussion">Discussion</a></li>
<li class = "main"style= "float:center"><a href="#search">Search:<input type="text" name="search"></a> </li>
<li class = "main" style= "float:right"><a href="profilepage.html">Login</a></li>
<li class = "main" style= "float:right"><a href="aboutpage.html">About</a></li>
<li class = "main" style= "float:right"><a href="#contact">Contact</a></li>
</div>
<h1> Math </h1>
</body>
</html>