-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (33 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ethereum Mom</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="shortcut icon" type="image/png" href="https://s3.eu-central-1.amazonaws.com/ethereum.mom/favicon.png"/>
<meta name="description" content="Let mummy help you with her Solidity and JS code snippets">
<meta name="author" content="Cryptizen Kane">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Ethereum Mom">
<meta itemprop="description" content="Let mummy help you with her Solidity and JS code snippets">
<meta itemprop="image" content="https://s3.eu-central-1.amazonaws.com/ethereum.mom/social.png">
<!-- Twitter Card data -->
<meta name="twitter:site" content="@CryptizenKane">
<meta name="twitter:title" content="Ethereum Mom">
<meta name="twitter:description" content="Let mummy help you with her Solidity and JS code snippets">
<meta name="twitter:creator" content="@CryptizenKane">
<meta name="twitter:image:src" content="https://s3.eu-central-1.amazonaws.com/ethereum.mom/social.png">
<!-- Open Graph data -->
<meta property="og:title" content="Ethereum Mom" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://ethereum.mom/" />
<meta property="og:image" content="https://s3.eu-central-1.amazonaws.com/ethereum.mom/social.png" />
<meta property="og:description" content="Let mummy help you with her Solidity and JS code snippets" />
<script async>(function(s,u,m,o,j,v){j=u.createElement(m);v=u.getElementsByTagName(m)[0];j.async=1;j.src=o;j.dataset.sumoSiteId='79f61df69359bcfbeb82099fb372f12d89bd43784cc6491ac48d5ffa606ef230';v.parentNode.insertBefore(j,v)})(window,document,'script','//load.sumo.com/');</script>
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>