-
Notifications
You must be signed in to change notification settings - Fork 0
/
tfd.html
57 lines (53 loc) · 1.79 KB
/
tfd.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
55
56
57
<!DOCTYPE HTML SYSTEM>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="noindex,nofollow">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//google-analytics.com">
<link rel="dns-prefetch" href="//www.google-analytics.com">
<link rel="dns-prefetch" href="//ssl.google-analytics.com">
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet">
<title>Landing Page</title>
<link rel="stylesheet" href="styles/cover.css">
<script type="text/javascript" src="functions/core.js"></script>
<script type="text/javascript" src="functions/check.js"></script>
</head>
<body>
<div class="fixedElement loadingScreen" id="loadingScreen"><p class="glowLoad">LOADING</p></div>
<div id="table-container">
<div id="container">
<div id="main">
<div id="somebackground">
<div id="base" class="contentBase">
<h1 id="one">Welcome back SPARKY!</h1>
<p id="welcomeNote">Do you know? Digital Marketing is very easy. It's just like doing facebook and browsing websites.</p>
<a id="selObj" class="button" onClick="selectObj()">
Select Objective
</a>
<a id="continue" class="button" onClick="continueReading()">
Continue
</a>
<a id="choice1" class="button" onClick="business()">
Promote my business
</a>
<a id="choice2" class="button" onClick="blog()">
Making money online
</a>
<a id="choice3" class="button" onClick="pro()">
Become a webmaster
</a>
</div>
</div>
</div>
</div>
</div>
<script>
window.onload=function(){autoChk();};
</script>
</body>
</html>