-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html~
55 lines (49 loc) · 2 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
<!DOCTYPE html>
<html>
<head>
<title>Slidetagram. Create a live slideshow with instagram photos</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<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-45490731-1', 'slidetagram.com');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
<h3 class="text-muted">Slidetagram</h3>
</div>
<div class="jumbotron">
<h1>Slidetagram</h1>
<p class="lead">Create a live slideshow from Instagram photos based in #hashtags.</p>
<p class="lead">In just a few seconds!</p>
<p>
<a href="https://instagram.com/oauth/authorize/?client_id=5b1bc55fb9c94926858a73a6eef0dfac&redirect_uri=http://slidetagram.com/slide&response_type=token" class="btn btn-lg btn-success">
<img src="img/instagram-icon.png" /> Sign up with Instagram account
</a>
</p>
</div>
<div class="footer">
<p>© Slidetagram 2013</p>
</div>
</div> <!-- /container -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>