notenrechner + .js datei erstellt
This commit is contained in:
parent
fa9f001e97
commit
42a813ceaf
2 changed files with 11 additions and 0 deletions
0
js/notenrechner.js
Normal file
0
js/notenrechner.js
Normal file
11
notenrechner.html
Normal file
11
notenrechner.html
Normal 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>
|
||||
Loading…
Reference in a new issue