mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
22 lines
530 B
HTML
22 lines
530 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Gwent</title>
|
|
<meta name="description" content="">
|
|
<link rel="stylesheet" href="build/bootstrap.css">
|
|
<link rel="stylesheet" href="build/cards.css">
|
|
<link rel="stylesheet" href="build/main.css">
|
|
<script src="Config.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="notifications"></div>
|
|
<div class="gwent-battle"></div>
|
|
</div>
|
|
</div>
|
|
<script src="build/app.js"></script>
|
|
</body>
|
|
</html>
|