-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
30 lines (30 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>START</title>
<link rel="stylesheet" href="assets/css/index.css" />
</head>
<body bgcolor="#FFC070" onload="onet()">
<div>
<p id="maint">Are you ready to test how fast you can type ?</p>
<a href="start.html"><button class="rec"></button></a>
<img
src="assets/images/tr.png"
style="position: absolute;left: 0px;top: 0px"
/>
<a href="start.html"><p id="gets">Get Started</p></a>
<a href="login.html"
><p class="loginregs" style="padding-left: 1270px;">Login</p></a
>
<a href="register.html"
><p class="loginreg" style="padding-left: 1391px;">Register</p></a
>
<p class="typer" style="padding-left: 51px;">TypeRacer</p>
<div id="upperrect"></div>
<script src="assets/js/script.js"></script>
</div>
</body>
</html>