-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (79 loc) · 2.3 KB
/
index.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Finance Forum">
<meta name="keywords" content="Share Economy, India, Finance, Stocks,
Analysis, Uber, Lyft, TaskRabbit">
<meta name="author" content="Milap Naik">
<link rel="shortcut icon" href="pics/favicon.ico">
<title>Sharpereturns</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga' );
ga('create', 'UA-58315131-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/reports">Reports</a></li>
<li><a href="/analytics">Analytics</a></li>
<li><a href="/test">test</a></li>
</ul>
</nav>
<br>
<br>
<section id = "ad">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Home Page -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-3095210410543033"
data-ad-slot="3835040104"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</section>
<br>
<br>
<br>
<section id = "outer">
<section id = "inner">
<h1 id="title">
Explore ...
</h1>
<section>
<ul>
<li><a href="/modi.php">Modi</a></li>
</ul>
</section>
Israel
</section>
</section>
<br>
<br>
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Home Banner -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-3095210410543033"
data-ad-slot="6193077305"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
<footer>
<p>Sharpereturns.com created by Milap Naik and Niral Patel</p>
</footer>
</html>