-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
29 lines (24 loc) · 890 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Revived PlanetB | Syntax Highlight Code in Word Documents</title>
<link rel="shortcut icon" href="./static/ringed-planet.png" type="image/x-icon">
<link href="https://fonts.font.im/css?family=Lato:300,400" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q06CVS6FQZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q06CVS6FQZ');
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
</body>
</html>