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

15 lines
235 B
PHP

<!doctype html>
<html lang="en">
<head>
<title>Dummy Title</title>
<link href="css/styles.css" type="text/css" rel="stylesheet">
<script src="js/index.js"></script>
</head>
<body>
<h1>Hello cruel world!</h1>
</body>
</html>