-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
39 lines (37 loc) · 1.18 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
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>qt-mkr</title>
<meta name="description" content="qt-mkr">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="qt-mkr" />
<meta property="og:description" content="Avatar creator for Mozilla Hubs" />
<meta property="og:image" content="header.png" />
</head>
<body>
<div id="container">
<div id='left'>
<div id='buttons'></div>
</div>
<div id='options'></div>
</div>
<div class='footer'>
<p>
qt-mkr ↔️ kjuti ˈmeɪkər ↔️ cutey-maker
</p>
<p>
These avatars are compatible with <a href="https://hubs.mozilla.com/" target="_blank">Mozilla Hubs</a>
</p>
<p>
Hello :)
💖
<a href="https://github.com/rhiannanberry/Avatar-Customizer" target="_blank">Fork me</a> on Github
💖
Gimme a shout on <a href="https://twitter.com/rhiannan_online" target="_blank">Twitter</a>
💖
Send me an <a href="mailto:[email protected]">email</a>!
</p>
</div>
</body>
</html>