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
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<title>Dummy Title</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1 <?php echo 'id="bright"'; ?>>Hello cruel world!</h1>
</body>
</html
+3
View File
@@ -0,0 +1,3 @@
#bright {
color: red;
}