-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (42 loc) · 1.82 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
<!--
Inspired by Alexander S. Rothkrug.
ლ(´ڡ`ლ)
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>VARUN WEATHER</title>
<link rel="stylesheet" type="text/css" href="static/css/base.css" />
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=648982268493972";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="share">
<iframe src="http://ghbtns.com/github-btn.html?user=michaeltli&repo=varunweather&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-lang="en" data-text="VARUN WEATHER via @michaeltli">Share</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<div class="fb-share-button" data-href="http://66.172.12.100/varunweather/" data-type="button"></div>
</div>
<div class="container">
<img src="static/img/varun-head.png" />
</div>
<div class="info">
<h2></h2>
<h1><span id="f">0</span>°F / <span id="c">0</span>°C</h1>
</div>
<div class="madeby">
<a href="http://facebook.com/michaeltli">Made by Michael Li</a>
<span> // </span>
<a href="http://drakeweather.com/">Adapted from DRAKE WEATHER</a>
</div>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="static/js/weather.js"></script>
</body>
</html>