astolfo.org/src/blog.html
causalhonk 31fbe13613 broke everything
revert Segregated all files
2025-05-25 02:36:01 +10:00

16 lines
308 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTML5 Boilerplate</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Page Title</h1>
<script src="scripts.js"></script>
</body>
</html>