-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (24 loc) · 1.14 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">
<title> Typing Practice Apps </title>
<link type="text/css" rel="stylesheet" href="css/layout.css">
<link type="text/css" rel="stylesheet" href="css/keyboard.css">
<link type="text/css" rel="stylesheet" href="css/webtypist.css">
<script type="text/javascript" src="js/adblock-tester.js"></script>
<script type="text/javascript" src="js/webtypist.js"></script>
</head>
<body>
<div id="wrapper" style="background-image: url(img/intro.png); background-repeat: no-repeat;">
<div id="intro" class="introduction" style="text-align: center;">
<h1 style="padding-top: 55%;">Hi, Welcome to Typing Practice Master</h1><br>
<i style="text-align: center;">Enjoy!!!</i><br><br>
<a href="main.html" style="text-decoration: none;"><button style="font-size: 50px; text-indent: 2px; border-radius: 5px; background-color: pink; box-shadow: 0 0 10px black;">Click here to Continue >></button></a>
</div>
<div id="footer">
© copyright 2017. All Rights Reserved.
</div>
</body>
</html>