forked from toggl-open-source/toggldesktop
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
45 lines (45 loc) · 1.48 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Native desktop applications for the leading time tracking tool Toggl">
<title>Change log for Toggl Desktop</title>
<link rel="canonical" href="https://toggl.com/toggldesktop/">
<link href="assets/images/favicon.ico" rel="shortcut icon" id="favicon">
<link rel="stylesheet" href="assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Change log for Toggl Desktop</h1>
</header>
<section>
<div class="table">
<ul class="platform-links">
<li><a href="#mac" class="mac">Mac</a></li>
<li><a href="#win" class="win">Windows</a></li>
<li><a href="#linux" class="linux">Linux</a></li>
</ul>
</div>
<div class="pages">
<div class="os mac">
</div>
<div class="os win">
</div>
<div class="os linux">
</div>
</div>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/toggl">toggl</a></p>
</footer>
</div>
<script src="assets/scale.fix.js"></script>
<script src="assets/toggldesktop.js"></script>
</body>
</html>