-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 2.28 KB
/
index.html
File metadata and controls
62 lines (58 loc) · 2.28 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CodePad</title>
<link rel="stylesheet" href="css/spacegrid.min.css">
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="An Offline Front-End Development Playground">
<meta name="keywords" content="front-end,offline,codepad,code,notepad">
<meta name="author" content="Abhishek Warokar, Jay Shah">
<meta name="url" content="https://thecodepad.github.io">
<meta name="robots" content="all">
<meta name="theme-color" content="#222426">
<meta name="mobile-web-app-capable" content="yes">
<link href="https://fonts.googleapis.com/css?family=Muli:400,700" rel="stylesheet">
</head>
<body>
<div class="space-1 logo">
<img src="img/codepad-logo.png" />
<h1 style="color: #212121">CodePad</h1>
</div>
<div class="space-1 tagline">
<h2>An Offline Front-End Development Playground</h2>
</div>
<div class="space-1 writeup">
<h3><strong>CodePad</strong> instantly previews your code so you don't have to run back and forth between an editor and a browser.
You can also add your favorite icon fonts, libraries and frameworks such as Font Awesome, anime.js and Bootstrap with
a click. And the best of it all, everything works offline.</h3>
</div>
<div class="space-1">
<a href="https://github.com/Jay9596/CodePad/releases/download/v1.1-beta/CodePad.rar" target="_blank">
<div class="button windows">Download for Windows</div>
</a>
<a href="https://www.github.com/thecodepad/codepad" target="_blank">
<div class="button github">View on Github</div>
</a>
</div>
<div class="space-1 screenshot">
<img src="img/codepad-screenshot.png" />
</div>
<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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-93069210-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>