1
0
Fork 0
isopod.cool/blog/posts/building_a_normal_server/index.php
2024-01-04 08:02:57 -07:00

26 lines
757 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Building a Completely Normal Server</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<link href="/blog/comment/comments.css" rel="stylesheet" type="text/css" media="all">
<!--style>
h1 {
background-image: url('ai_image.png');
}
</style-->
</head>
<body>
<h1>blog</h1>
<h2 id="caption">Building a Completely Normal Server</h2>
<nav>
<a href="../../../">home</a>
<a href="../../">blog</a>
</nav>
<p>Imagine I put a blog post here lmao</p>
<?php include("../../comment/form.php"); ?>
</body>
</html>