forked from namuorg/webtimer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshare.html
More file actions
45 lines (45 loc) · 1.46 KB
/
Copy pathshare.html
File metadata and controls
45 lines (45 loc) · 1.46 KB
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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="share.css" />
<script src="share.js"></script>
</head>
<body>
<div id="main">
<div id="title">
<img src="icon_128.png" width="50" height="50"></img>
<h1>Web Timer</h1>
</div>
<iframe id="popup" src="popup.html" width="430" height="530" frameborder="0"></iframe>
<div id="footer">Keep track of your time using Web Timer:
<a target="_blank" href="http://webtimerapp.com" style="font-weight: bold">webtimerapp.com</a>
</div>
</div>
<div id="results">
<!-- HTML trick for alignment -->
<h1 style="visibility:hidden;">.</h1>
<div id="error">
<span style="font-weight: bold">An error has occurred:</span>
<br /><br />
<span id="error_msg"></span>
</div>
<div id="share">
<span style="font-weight: bold">Link to image:</span>
<a id="image_url" target="_blank"><a>
<br /><br />
<a href="https://twitter.com/share"
class="twitter-share-button"
id="twitter_share"
data-counturl="http://webtimerapp.com"
data-text="Check out how I spend my time online!"
data-lang="en"
data-size="large"
data-count="none"
data-hashtags="webtimer">Tweet Your Web Timer Stats</a>
</div>
<div id="save">
<a href="#" id="save_button">Share Stats</a>
</div>
</div>
</body>
</html>