5 minute challenges.

This commit is contained in:
2025-01-23 20:06:12 +00:00
parent 8b9e730f4e
commit 078e311273
13 changed files with 50 additions and 1 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>