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

15 lines
344 B
HTML
Raw Normal View History

2015-06-10 14:25:27 +00:00
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Gwent</title>
<meta name="description" content="">
2015-06-19 16:40:35 +00:00
<link rel="stylesheet" href="build/bootstrap.css">
<link rel="stylesheet" href="build/main.css">
<script src="Config.js"></script>
2015-06-10 14:25:27 +00:00
</head>
<body>
2015-06-19 16:40:35 +00:00
<script src="build/app.js"></script>
2015-06-10 14:25:27 +00:00
</body>
</html>