-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
25 lines (22 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Meme Lordz: The First Decentralized Meme Market!</title>
<link rel="icon" href="/static/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="description" content="Turn any meme into a tradable cryptocurrency. Let the market define its value based on popularity. Buy and sell meme currency on our platform, and start earning." />
<meta property="og:description" content="Turn any meme into a tradable cryptocurrency. Let the market define its value based on popularity. Buy and sell meme currency on our platform, and start earning." />
<meta property="og:title" content="Meme Lordz: The First Decentralized Meme Market!" />
<meta property="og:url" content="http://www.memelordz.com/" />
<meta property="og:image" content="http://tomgalle.com/thumbnails/memelordzfb.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@memelordzapp" />
<meta name="twitter:title" content="Meme Lordz: The First Decentralized Meme Market!" />
<meta name="twitter:description" content="Turn any meme into a tradable cryptocurrency. Let the market define its value based on popularity. Buy and sell meme currency on our platform, and start earning." />
<meta name="twitter:image" content="http://tomgalle.com/thumbnails/memelordzfb.png" />
</head>
<body>
<script>window.production = true</script>
<script type="text/javascript" src="dist/index.js"></script></body>
</html>