This commit is contained in:
Boof 2023-05-19 11:00:26 +02:00 committed by GitHub
parent 294edb5c05
commit 7e39e0d4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 0 deletions

14
index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="index.js"></script>
<link href="style.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
</body>
</html>

0
index.js Normal file
View File

0
style.css Normal file
View File