-
Notifications
You must be signed in to change notification settings - Fork 0
/
ComingSoon.php
73 lines (64 loc) · 1.84 KB
/
ComingSoon.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!Doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Anonymous Fiber | Fast , Private & Secure - from Anonymous </title>
<meta name="description" content="Get Anonymous Fiber , Fast , Private And Secure . Dedicated To Internet Health And Privacy">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Anonymous Fiber">
<meta name="twitter:site" content="@anonymous">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="index.php">
<meta property="og:title" content="Get the fastest Anonymous Fiber">
<link rel="icon" href="images/anonymous_fox.jpg" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<style>
h2 {
font-family: var(--font);
font-weight: 400;
font-size: 4em;
width: 70%;
text-align: left;
}
h2 span {
color: var(--green);
}
.hero {
width: 100%;
height: 30%;
display: flex;
background-color: #f5f5f5;
flex-direction: column;
justify-content: center;
align-items: center;
}
:root {
--font: 'Roboto Mono', monospace;
--body-font: 'Cabin', sans-serif;
--main-font-color-dark: #252525;
--secondary-font-color: #c59d5f;
--body-font-color: #515151;
--green: #27ae60;
}
html {
font-family: var(--font);
}
</style>
</head>
<body>
<!-- NAVIGATION BAR START -->
<?php include('navbar.php'); ?>
<!-- NAVIGATION BAR END -->
<!-- WE LIKE YOU STAY IN TOUCH PART STARTS -->
<?php
include('stay_in_touch copy.php');
?>
<!-- WE LIKE YOU STAY IN TOUCH PART ENDS -->
</form>
<!-- FOOTER STARTS -->
<?php include('footer.php'); ?>
<!-- FOOTER ENDS -->
</body>
</html>