-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
54 lines (47 loc) · 2.27 KB
/
index2.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
<meta name="viewport" content="width=device-width"/>
<title>Your Website Is Ready - InfinityFree</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<link href="https://dvecj1kzufveh.cloudfront.net/default2/styles.css" rel="stylesheet"/>
<!-- Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main" style="background-image: url('//dvecj1kzufveh.cloudfront.net/default2/background.jpg')">
<div class="cover black" data-color="black"></div>
<div class="container">
<h1 class="logo cursive">
Let's Make Something Awesome
</h1>
<div class="content">
<h4 class="motto">Your account is all set up, it's time to build your website!</h4>
<div class="subscribe">
<h5 class="info-text">
Not sure where to start? Here are some suggestion: <br>
</h5>
<p class="info-text">
Quickly build a beautiful website with the site builder. <br>
Install a script or CMS with Softaculous. <br>
Upload your website with FTP or a file manager. <br>
Join the free hosting <a href="https://forum.infinityfree.net">community</a>.
</p>
</div>
</div>
</div>
<div class="footer">
<div class="container">
Proudly powered by <br>
<a href="https://infinityfree.net"><img src="https://dvecj1kzufveh.cloudfront.net/default2/logo.png" alt="InfinityFree" height="40px"></a>
</div>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
</html>