-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1012 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 1012 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Genius Coding</title>
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" href="styles/style1.css">
</head>
<body>
<div id="start">
<div class="clear-cover">
<div align="center">
<div class="first-box">
<div>
<img src="images/logo.png">
<h1>Genius Coding</h1>
</div>
</div>
<div class="second-box">
<a class="button" href="pages/login.html">User Login</a>
<a class="button" href="pages/page.html">Guest Browse</a>
</div>
</div>
</div>
</div>
</body>
<script src="scripts/script1.js"></script>
</html>