-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
42 lines (42 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>just.js</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-1371855-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-1371855-5');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="home of just.js Javascript framework" />
<link rel="stylesheet" href="/index.css" />
<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">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="just.js">
<meta name="application-name" content="just.js">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for just.billywhizz.io" href="/blog/index.xml" />
</head>
<body>
<div class="main">
<pre id="logo" class="logo"></pre>
<main>
<p>a very small v8 javascript runtime</p>
<p>
<a href="/blog">blog</a></li> |
<a rel="noopener" href="https://github.com/just-js">github</a> |
<a rel="noopener" href="https://twitter.com/justjs14">twitter</a> |
<a rel="noopener" href="https://discord.gg/ZnNsBwaBKr">discord</a> |
<a href="/blog/index.xml">feed</a>
</p>
</main>
</body>
<script src="/logo.js" async></script>
</html>