Add index.html

This commit is contained in:
cheeks 2025-01-01 17:41:40 -05:00
parent 80f5e9030a
commit 1301976989

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<script>
alert("Hi Tom!");
</script>
<h1>Welcome to Modern Javascript!</h1>
</body>
</html>