1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/client/index.html

16 lines
393 B
HTML
Raw Normal View History

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="">
<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>
<script src="build/app.js"></script>
</body>
</html>