Javascript von ChatGPT
erste ganz gute Simulation
This commit is contained in:
14
JS/public/index.html
Normal file
14
JS/public/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Kuppel-Simulation (JS)</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h2>Kuppel-Simulation mit NFC-Tags (JavaScript)</h2>
|
||||
<canvas id="simCanvas" width="700" height="700"></canvas>
|
||||
<pre id="debug"></pre>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user