This repository was archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (34 loc) · 2.76 KB
/
index.html
File metadata and controls
36 lines (34 loc) · 2.76 KB
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
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.min.css" media="screen">
</head>
<body>
<ol>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="auth.html">Auth</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="register.html">Registration</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="register-error.html">Registration Error</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="forgot.html">Forgot</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="forgot-send.html">Forgot Link Send</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="forgot-reset.html">Forgot Reset</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="home.html">Index</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="home-low-credits.html">Home low credits</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="home-subscription.html">Home Subscription</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="home-unsubscription.html">Home Unsubscription</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="home-empty.html">Home Empty</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="edit.html">Edit Profile</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="edit-state.html">Edit Profile State</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="edit-changed.html">Edit Profile Changed</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="purchase-history.html">Purchase history</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="choose-amount.html">Choose amount</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="choose-unlimited.html">Choose Unlimited</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="choose-failure.html">Choose Failure</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="choose-success.html">Choose Success</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="privacy.html">Privacy policy</a></li>
<li style="margin: 15px;"><a style="font-size: 19px" target="_blank" href="terms.html">Terms & Conditions</a></li>
</ol>
</body>
</html>