starting with integration of js-cardgame
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user