-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 910 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="./vendor/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="./vendor/css/re-com.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" rel="stylesheet"
type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300" rel="stylesheet" type="text/css">
<title>com.danielmartincraig.cardesigner</title>
</head>
<body>
<noscript>
com.danielmartincraig.cardesigner is a JavaScript app. Please enable JavaScript to continue.
</noscript>
<div id="app"></div>
<script src="./js/compiled/app.js"></script>
</body>
</html>