-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
34 lines (27 loc) · 1.15 KB
/
index.php
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
31
32
33
34
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/script.css">
<link rel="stylesheet" href="css/backgroundhead.css">
<link rel="shortcut icon" type="image/png" href="pictures/favicon1.png">
<link href="https://fonts.googleapis.com/css?family=Tomorrow|Trade+Winds&display=swap" rel="stylesheet">
<title>Learn freestyle finger moves free-fingermoves</title>
</head>
<body>
<div class="main">
<div class="d1"></div>
<div class="d2"</div>
<div class="d3"></div>
<div class="d4"></div>
</div>
<div class="container">
<div class="container-item-logo"><a href="index.php">FingerMoves.com</a></div>
<div class="container-item"><a href="homepage.php">GetStarted</a></div>
<div class="container-item"><a href="store.php">Store</a></div>
<div class="container-item"><a href="homepage.php">Login</a></div>
</div>
<pre class="blink"> Learn freestyle type for free!</pre>
<a href="homepage.php" class="button">Get Started</a>
</body>
</html>