This commit is contained in:
Joshua Ashton
2025-03-04 15:50:18 -07:00
parent dd5ee627d8
commit b6f707c929
39 changed files with 79 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script>alert("Hello!");</script>
<style>
html {
background-color: pink;
}
</style>
</head>
<body>
<h1>First 5 Minute Website</h1>
<p>Lorem ipsum stuff.</p>
<img src="https://cdn.pixabay.com/photo/2016/07/07/16/46/dice-1502706_640.jpg" />
</body>
</html>