1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-25 22:59:10 +00:00

add notifications (kinda)

This commit is contained in:
exane
2015-06-29 19:57:51 +02:00
parent a89f3414ff
commit 70432e3530
9 changed files with 124 additions and 26 deletions

View File

@@ -10,6 +10,12 @@
<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>