starting with integration of js-cardgame

This commit is contained in:
2020-11-29 22:31:03 +01:00
parent 90056d05e9
commit 7191a778be
6 changed files with 265 additions and 44 deletions

View File

@ -55,6 +55,19 @@
alert("[error]: "+error.message);
};
</script>
<!--
<style>
* {padding: 0; margin: 0}
@font-face {
font-family: "Wizzta";
src: url("/js-cardgame/wizzta-vada-webfont.woff2") format("woff2"),
url("/js-cardgame/wizzta-vada-webfont.woff") format("woff");
}
</style>
-->
</head>
<body>
@ -94,7 +107,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//oss.maxcdn.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script>
<!-- <script src="https://oss.maxcdn.com/libs/jquery/1.10.2/jquery.min.js"></script> -->
<script src="/js-cardgame/jquery-3.5.1.min.js"></script>
<script src="https://oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script>
</body>
</html>