-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Using this deckbuilder, you can create your own decks for L5R LCG. You can also browse through all the existing cards and all the decks published by the community.">
<title>FiveRingsDB — Online Deck Builder for Legend of the Five Rings: The Card Game</title>
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearchdescription.xml"/>
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
<link rel="manifest" href="/static/manifest.json">
<link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#da532c">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div class="wrapper" id="app">
<app-navbar></app-navbar>
<div class="container">
<router-view></router-view>
</div>
<app-footer></app-footer>
<notifications></notifications>
<utils-card-modale></utils-card-modale>
<utils-card-popover></utils-card-popover>
<input type="hidden" v-model="title">
</div>
</body>
</html>