sheep-market

10.000 sheep created by online workers  https://p.ce9e.org/sheep-market/
git clone https://git.ce9e.org/sheep-market.git

commit
a7fc7e3af82a0364b358646a990223aa5d50d81b
parent
9f4fc566d82b8d79e4a152d02d0d7d8b881a5ed0
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-11 17:05
modernize: js module

Diffstat

M index.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/index.html b/index.html

@@ -46,5 +46,5 @@
   46    46         </ul>
   47    47     </dialog>
   48    48 
   49    -1     <script src="sheep.js"></script>
   -1    49     <script type="module" src="sheep.js"></script>
   50    50 </body>