mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Gwent</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, user-scalable=no" />
|
|
<meta name="HandheldFriendly" content="true" />
|
|
<link rel="stylesheet" href="http://80.240.132.120/test/app.css">
|
|
<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>
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-50990470-3', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|