MostlyCalculator

This commit is contained in:
2024-10-11 10:55:09 +02:00
parent a94be56583
commit bc4486fe11
5 changed files with 220 additions and 4 deletions

View File

@ -7,6 +7,6 @@
</head>
<body>
<h1>For every output check out the console!!!</h1>
<script src="script.js"></script>
<script type="module" src="script.js" ></script> <!--It is important to use the script as a module!!!-->
</body>
</html>