mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
15 lines
344 B
HTML
15 lines
344 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/main.css">
|
||
|
<script src="Config.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src="build/app.js"></script>
|
||
|
</body>
|
||
|
</html>
|