Files
cs2440/5min/day05/index.php
T
2025-03-31 12:45:58 -06:00

15 lines
206 B
PHP
Executable File

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