Update css & js version
This commit is contained in:
parent
80a1b2470f
commit
ba6803281c
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Beango!</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="stylesheet" href="css/beango.css?v=1.0.5">
|
||||
<link rel="stylesheet" href="css/beango.css?v=1.0.6">
|
||||
<link rel="icon" type="image/svg+xml" href="/bean.svg">
|
||||
</head>
|
||||
<body class="flex flex-col items-center justify-center p-4 font-sans relative">
|
||||
|
|
@ -448,7 +448,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script type="module" src="js/beango.js?v=1.0.4"></script>
|
||||
<script type="module" src="js/beango.js?v=1.0.5"></script>
|
||||
<script type="module">
|
||||
import { toggleConfig, exportSettings, importSettings, resetAllSettings, explodeBeans, randomizeBoard, clearMarks, generateBoard, resetSettings, copyShareLink } from './js/beango.js';
|
||||
window.explodeBeans = explodeBeans;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue