-
Notifications
You must be signed in to change notification settings - Fork 782
/
Copy pathindex.html
136 lines (125 loc) · 5.08 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en" class="theme">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="Hyperapp" />
<meta
name="description"
content="The tiny framework for building web interfaces."
/>
<meta name="theme-color" content="#0080ff" />
<meta itemprop="name" content="Hyperapp" />
<meta
itemprop="description"
content="The tiny framework for building web interfaces."
/>
<meta itemprop="image" content="https://hyperapp.dev/logo.png" />
<meta property="og:url" content="https://hyperapp.dev" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hyperapp" />
<meta
property="og:description"
content="The tiny framework for building web interfaces."
/>
<meta property="og:image" content="https://hyperapp.dev/logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Hyperapp" />
<meta name="twitter:site" content="@hyperappjs" />
<meta name="twitter:creator" content="@hyperappjs" />
<meta
name="twitter:description"
content="The tiny framework for building web interfaces."
/>
<meta name="twitter:image" content="https://hyperapp.dev/logo.png" />
<link href="manifest.json" rel="manifest" />
<link href="favicon.png" rel="icon" type="image/png" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<meta name="author" content="Jorge Bucaran" />
<base href="/" />
<title>
Hyperapp • The tiny framework for building web interfaces
</title>
<!-- Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-144105370-1"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "UA-144105370-1")
</script>
<!-- Google Analytics -->
<link rel="stylesheet" href="styles/above-the-fold.css" />
<link rel="stylesheet" href="styles/helpers.css" />
<link rel="stylesheet" href="styles/theme.css" />
<link rel="stylesheet" href="styles/minimal.css" />
<link rel="stylesheet" href="styles/wiggle.css" />
<!-- inline-icons -->
<!-- prettier-ignore -->
<svg style="display:none">
<symbol id="icn-arrow-right" viewBox="0 0 24 24">
<path d="M5,12H19M12,5l7,7-7,7" />
</symbol>
<symbol id="icn-chat" viewBox="0 0 24 24">
<path d="M3.5,14.83a1.88,1.88,0,0,0,1.89,1.89H16.72L20.5,20.5V5.39A1.88,1.88,0,0,0,18.61,3.5H5.39A1.88,1.88,0,0,0,3.5,5.39Z" />
</symbol>
<symbol id="icn-github" viewBox="0 0 24 24">
<path d="M20.57,15.7a1.07,1.07,0,0,0-1.3-.78,3.73,3.73,0,0,0-2,1.54c-.74.94-1.29,1.63-3.26,1.09a2.87,2.87,0,0,0-.79-2.07c2.67-.33,5.49-1.35,5.49-6a4.68,4.68,0,0,0-1.28-3.24A4.35,4.35,0,0,0,17.39,3s-1-.3-3.33,1.27a11.41,11.41,0,0,0-6,0C5.76,2.72,4.75,3,4.75,3a4.4,4.4,0,0,0-.08,3.23A4.68,4.68,0,0,0,3.4,9.46c0,4.67,2.81,5.69,5.49,6a2.86,2.86,0,0,0-.8,2.24V21h6V19.74a6,6,0,0,0,1.2.14A4.48,4.48,0,0,0,19,17.78c.3-.37.57-.72.79-.78A1.06,1.06,0,0,0,20.57,15.7Z" />
</symbol>
<symbol id="icn-twitter" viewBox="0 0 24 24">
<path d="M22,3.85a9.55,9.55,0,0,1-2.85,1.39A4.08,4.08,0,0,0,12,8v.91A9.69,9.69,0,0,1,3.82,4.76S.18,12.94,8.36,16.58A10.58,10.58,0,0,1,2,18.4c8.18,4.54,18.18,0,18.18-10.46a3.81,3.81,0,0,0-.07-.75A7,7,0,0,0,22,3.85Z" />
</symbol>
</svg>
</head>
<body>
<main role="main" class="flex-center">
<a href="https://github.com/jorgebucaran/hyperapp"
><img height="98" src="logo.svg" class="logo wiggle"
/></a>
<h1>the tiny framework <br />for building web interfaces</h1>
<ul reset>
<li>
<a
href="https://github.com/jorgebucaran/hyperapp/tree/master/docs/tutorial.md"
>tutorial</a
>
</li>
<li>
<a
href="https://github.com/jorgebucaran/hyperapp/tree/master/docs/examples.md"
>examples</a
>
</li>
<li>
<a
href="https://github.com/jorgebucaran/hyperapp/tree/master/docs/ref.md"
>ref</a
>
</li>
</ul>
<div class="bottom">
<a href="https://github.com/jorgebucaran/hyperapp">
<svg class="i-fill"><use href="#icn-github" /></svg>
</a>
<a href="https://twitter.com/hyperappjs">
<svg class="i-fill"><use href="#icn-twitter" /></svg>
</a>
<a href="https://hyperappjs.herokuapp.com/">
<svg class="i-fill"><use href="#icn-chat" /></svg>
</a>
<br />
Released under the MIT License
<br />
Copyright © 2019
<a href="https://twitter.com/jorgebucaran">Jorge Bucaran</a>
</div>
</main>
</body>
</html>