-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
26 lines (21 loc) · 899 Bytes
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link rel="stylesheet" type="text/css" href="landing.css">
<link href="https://fonts.googleapis.com/css?family=Merienda" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC" rel="stylesheet">
<script type="text/javascript" src="javascript.js"></script>
</head>
<body>
<div id="head"><h1>Welcome to <br>CLICK</h1></div>
<div id="content" class="details"> This website helps the user to increase his/her clicking
speed by giving detailed analysis of the same. <br />
The user can determine the time for the test and also compete with the highscore to
obtain excellence. <br />
Presently the time is fixed to 60 seconds but complete features including new and better
interface will be introduced in upcoming updates.
</div>
<a href="index.html" id="btn">PLAY</a>
</body>
</html>