-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="css/style.css">
<title>Loader Start Page</title>
</head>
<body>
<section class="start">
<h1>Welcome to the page of, that's right, page Loaders<h1>
<p>Please click the buttons to check out the loaders</p>
<div class="loader-links">
<a href="loader1.html" class="btn">Loader One</a>
<a href="loader2.html" class="btn">Loader Two</a>
<a href="loader3.html" class="btn">Loader Three</a>
<a href="loader4.html" class="btn btn4">Loader Four</a>
<a href="loader5.html" class="btn btn5">Loader Five</a>
<a href="loader6.html" class="btn btn6">Loader Six</a>
<a href="loader7.html" class="btn btn7">Loader Seven</a>
<a href="loader8.html" class="btn btn8">Loader Eight</a>
<a href="loader9.html" class="btn btn9">Loader Nine</a>
<a href="loader10.html" class="btn btn10">Loader Ten</a>
</div>
</section>
</body>
</html>