-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.6 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Omenpath</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Silkscreen&display=swap" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.js"></script>
<footer>
<div id="artist"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 32 32">
<title>artist-nib</title>
<path fill="#fff" d="M14.411 6.677c0.789 0.077 0.452 0.027 1.013 0.124 6.399 1.064 11.598 5.328 16.563 9.204-5.174 4.030-10.647 8.705-17.449 9.277-3.514 0.403-6.577-2.152-7.673-5.352-1.548 2.434-4.167 4.008-6.851 4.927v-17.536c2.773 0.54 4.941 2.55 6.956 4.388 1.036-2.554 3.352-4.568 6.117-4.968 0.589-0.085 0.73-0.064 1.325-0.064zM13.858 7.87c-3.869 0.16-5.793 4.238-6.357 7.596 3.030-2.281 6.835-0.999 9.954 0.395 3.933 1.918 8.511 1.282 12.501-0.097-4.779-3.256-9.688-6.899-15.523-7.874-0.321-0.022-0.129-0.012-0.574-0.020z"/>
</svg> Livia Prima</div>
<div id="disclaimer">This website is unofficial Fan Content permitted under the Fan Content Policy. Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC. Scryfall logo © Scryfall, LLC.</div>
</footer>
</body>
</html>