-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (43 loc) · 2.39 KB
/
index.html
File metadata and controls
51 lines (43 loc) · 2.39 KB
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
43
44
45
46
47
48
49
50
51
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171721797-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-171721797-1');
</script>
<title>Facet MUD Project</title>
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<meta name="title" content="Facet MUD Project">
<meta name="description"
content="The Facet MUD Project aims to create MUDlibs in a variety of languages, both as a learning tool and to provide feature parity across implementations.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="http://facetmud.org/">
<meta property="og:title" content="Facet MUD Project">
<meta property="og:description"
content="The Facet MUD Project aims to create MUDlibs in a variety of languages, both as a learning tool and to provide feature parity across implementations.">
<meta property="og:image" content="http://facetmud.org/assets/img/facet-logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="http://facetmud.org/">
<meta property="twitter:title" content="Facet MUD Project">
<meta property="twitter:description"
content="The Facet MUD Project aims to create MUDlibs in a variety of languages, both as a learning tool and to provide feature parity across implementations.">
<meta property="twitter:image" content="http://facetmud.org/assets/img/facet-logo.png">
</head>
<body>
<section>
<img id="logo" src="assets/img/facet-logo.png" alt="Facet MUD Logo"><br>
Coming soon.<br><br>
<a class="social" href="https://github.com/Facet-MUD-Project" title="Facet MUD Project GitHub"><img
src="assets/img/GitHub-Mark-Light-32px.png" alt="Facet MUD GitHub"></a>
<a class="social" href="https://twitter.com/FacetMUD" title="FacetMUD Twitter"><img
src="assets/img/twitter-logo.png" alt="Facet MUD Twitter"></a>
<a class="social" href="mailto:info@facetmud.org" title="Facet MUD Email"><img src="assets/img/email-logo.png"
alt="Facet MUD Email"></a>
</section>
</body>
</html>