-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.html
More file actions
34 lines (31 loc) · 923 Bytes
/
basic.html
File metadata and controls
34 lines (31 loc) · 923 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
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title> OPENCODE WEBSITE</title>
<link rel="stylesheet" href="basic.css">
</head>
<body>
<header>
<nav>
<div class="logo">
O P E N C O D E
</div>
<div class="options">
<a href="#">HOME</a>
<a href="#">ABOUT</a>
<a href="#">CONTACT US</a>
</div>
<div class="register">
<a href="#">REGISTER</a>
</div>
</nav>
<div class="center">
<p class="main1">INDUCTIONS ARE OPEN
</p>
<p class="main2">REGISTER NOW</p>
<P class="main3">GET A CHANCE TO LEARN NEW THINGS
</P>
</div>
</header>
</body>
</html>