-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
21 lines (19 loc) · 834 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<title>MtG: Hunter</title>
<meta charset="UTF-8">
<link href='https://fonts.googleapis.com/css?family=Philosopher' rel='stylesheet' type='text/css'>
<meta name="description" content="A better MtG card database. Use filters and search terms to delve into the cards.">
<link rel="stylesheet" type="text/css" href="static/style.css">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
</head>
<body>
<div id="app">
</div>
<script src="static/index.js"></script>
<script id="dsq-count-scr" src="https://mtg-hunter.disqus.com/count.js" async></script>
</body>
</html>