-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (41 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
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.png">
<meta property="og:title" content="Piet-Editor" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://piet-editor.github.io/" />
<meta property="og:image" content="https://piet-editor.github.io/ogp.png" />
<meta property="og:description" content="Edit Piet on Browser" />
<title>Piet-Editor</title>
</head>
<body>
<div id="editor"></div>
<hr />
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- piet-editor -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1834718234868546"
data-ad-slot="7262748913"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- analytics -->
<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-89406120-1', 'auto');
ga('send', 'pageview');
</script>
<hr />
<div>
<a href="https://github.com/piet-editor/piet-editor">repository</a>
</div>
</body>
<script type="text/javascript" src="js/bundle.js" charset="utf-8"></script>
</html>