Files
vanilla/index.html
2026-03-07 14:07:42 -06:00

19 lines
448 B
HTML

<!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>