This commit is contained in:
2026-06-20 14:03:22 -05:00
parent 2bfac312b9
commit d75bb0a886
2 changed files with 0 additions and 20 deletions
-2
View File
@@ -1,2 +0,0 @@
console.log("Hello World!")
-18
View File
@@ -1,18 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- FIX <link rel="stylesheet" href="https://icofonts.com/icofonts.css"> FIX -->
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body class="theme">
<h1>Hello World! <span class="icon-earth"></span></h1>
<script src="app.js"></script>
</body>
</html>