2015-06-19 16:40:35 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html class="no-js" lang="">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Gwent</title>
|
|
|
|
<meta name="description" content="">
|
2015-07-02 16:17:33 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, user-scalable=no" />
|
|
|
|
<meta name="HandheldFriendly" content="true" />
|
2015-06-19 16:40:35 +00:00
|
|
|
<link rel="stylesheet" href="build/bootstrap.css">
|
2015-06-27 12:24:04 +00:00
|
|
|
<link rel="stylesheet" href="build/cards.css">
|
2015-06-19 16:40:35 +00:00
|
|
|
<link rel="stylesheet" href="build/main.css">
|
|
|
|
<script src="Config.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2015-06-29 17:57:51 +00:00
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="notifications"></div>
|
2015-07-01 16:55:50 +00:00
|
|
|
<div class="gwent-battle"></div>
|
2015-06-29 17:57:51 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-19 16:40:35 +00:00
|
|
|
<script src="build/app.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|