Repo erstellt

This commit is contained in:
2024-01-19 09:16:42 +01:00
parent 8e8225799c
commit ee4319401f
6 changed files with 48 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mein Computer</title>
<link href="main.css" rel="stylesheet" />
<script src="logic.js"></script>
</head>
<body>
<h1 id="myh">Hallo</h1>
<button onclick="alertHallo()">Klick mich</button>
</body>
</html>