Repo erstellt
This commit is contained in:
+15
@@ -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>
|
||||
Reference in New Issue
Block a user