notenrechner + .js datei erstellt

This commit is contained in:
Mara Zöllner 2026-05-20 16:34:08 +02:00
parent fa9f001e97
commit 42a813ceaf
2 changed files with 11 additions and 0 deletions

0
js/notenrechner.js Normal file
View file

11
notenrechner.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Notenrechner</title>
</head>
<body>
<h1>Notenrechner</h1>
<script src="js/notenrechner.js"></script>
</body>
</html>