-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (27 loc) · 1.44 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
<html>
<head>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
body {
margin: 2em;
padding: 0;
};
#center-main {
min-width:600px; margin:0 auto;
}
</style>
<script type="text/javascript" src="dist/Hyperdata.js"></script>
<script src="https://unpkg.com/3box/dist/3box.min.js"></script>
</head>
<body>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">✨A new year and a renewed purpose. A new website and a growing team. And a new blog post to explain it all.✨ <br><br>🙌 Thank you for being part of this adventure! 🙌 <a href="https://twitter.com/hashtag/AKASHA?src=hash&ref_src=twsrc%5Etfw">#AKASHA</a> <a href="https://twitter.com/hashtag/FTW?src=hash&ref_src=twsrc%5Etfw">#FTW</a> #2019 <a href="https://twitter.com/hashtag/Metamorphosis?src=hash&ref_src=twsrc%5Etfw">#Metamorphosis</a><a href="https://t.co/uzEqeeIEdR">https://t.co/uzEqeeIEdR</a> <a href="https://t.co/lZlcg3I1CP">pic.twitter.com/lZlcg3I1CP</a></p>— AKASHA (@AkashaProject) <a href="https://twitter.com/AkashaProject/status/1085598391827120130?ref_src=twsrc%5Etfw">January 16, 2019</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<div id="center-main">
<div id="comments"></div>
</div>
<script type="text/javascript" src="app.js"></script>
<script>
AKASHAComments.init('comments')
</script>
</body>
</html>