-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (32 loc) · 1.6 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
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="TyphonJS -- A platform for web and mobile app development.">
<meta name="viewport" content="width=device-width, initial-scale=0.75">
<title>TyphonJS ™</title>
<!-- Defines a CSP which makes the app more secure; to even be more secure adding a hash or nonce for
`script-src` is recommended -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; connect-src 'self'; img-src 'self' data:; style-src 'self';">
<!-- Favicon icon -->
<link rel="shortcut icon" href="site/images/icons/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="site/images/icons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="site/images/icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="site/images/icons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="site/images/icons/favicon-96x96.png" sizes="96x96">
<link rel="stylesheet" href="site/css/landing.css" type="text/css" media="screen" />
</head>
<body>
<main>
<article>
<div class=title><img src="site/images/icons/android-chrome-36x36.png"> TyphonJS™</div>
<p>
A website detailing all of our open source NPM packages and more will be launched later in 2024.
</p>
<p>
In the meantime please do join the <a href="discord/">TyphonJS Discord</a> server for support and discussion.
</p>
</article>
</main>
</body>
</html>