15 lines
359 B
HTML
15 lines
359 B
HTML
<!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>
|