vauban favicon

This commit is contained in:
Quentin Lapointe 2019-01-28 15:11:00 +00:00
parent 1c577f427f
commit 4fc9307327
2 changed files with 7 additions and 7 deletions

BIN
public/gfx/favicon.png Normal file

Binary file not shown.

After

(image error) Size: 6.8 KiB

View file

@ -5,8 +5,8 @@
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/default.css">
<link rel="icon" type="image/png" href="gfx/icon_32x32.png">
<link rel="icon" type="image/png" href="gfx/favicon.png">
<script src="js/vendor/requirejs-2.3.3/require.js"></script>
</head>
@ -24,16 +24,16 @@
<input type="text" id="input" />
</div>
<!--
<!--
Production JS
-->
<script src="js/cryptalk.min.js"></script>
<!--
<!--
Development JS
<script src="js/lib/main.js"></script>
-->
</body>
</html>