Files
cs2440/5min/day24/index.php
T
2025-05-01 14:37:08 -06:00

16 lines
251 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" defer></script>
</head>
<body>
<button>Button</button>
<div></div>
</body>
</html>