-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (39 loc) · 1.55 KB
/
Copy pathindex.html
File metadata and controls
48 lines (39 loc) · 1.55 KB
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
44
45
46
47
48
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Learning network</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="header">
<div class="main">
<div class="logo"><a href="index.html"><img src="images/logo.png" <img src="images/1.jpg" width="100px" ></a></div>
<div class="nav">
<ul>
<li><a href="Course.html">Courses<span></span></a></li>
<li><a href="Quiz_1.1.1.html">Quiz<span></span></a></li>
<li><a href="notes_all.html">Forum<span></span></a></li>
<li><a href="Experiment.html">Experiment<span></span></a></li>
<li><a href="video.html">More<span></span></a></li>
</ul>
</div>
<div class="sy">
<input type="text" placeholder="search" value="search">
<button>Question</button>
</div>
<div class="tx"><a href="login.html"><img src="images/icon.png"></a></div>
</div>
</div>
<div class="main">
<h1 class="title">WELCOME!</h1>
<p class="bt">Improve your maths with AlgebraGO</p>
<div class="action"><a href="Course.html">GET START</a></div>
</div>
<div class="foot">
<a href="#">AboutUs</a>|
<a href="#">Contact Us</a> |
<a href="#">Help Centre</a> |
<a href="#">Terms of Service</a> | @2020- AlgebraGO.Inc All Rights reserved.
</div>
</body>