M new.shtml => new.shtml +4 -4
@@ 1,14 1,14 @@
<!doctype html>
<html lang="en">
<head>
- <!-- include "inc/meta.html" -->
+ <!-- include "meta.html" -->
<title>NEW | Matthew Graybosch</title>
<meta name="description" content="" />
- <!-- include "inc/head.html" -->
+ <!-- include "head.html" -->
</head>
<body>
<div class="container">
- <!-- include "inc/header.html" -->
+ <!-- include "header.html" -->
<header>
<h1 class="title"></h1>
<p class="subtitle"></p>
@@ 17,7 17,7 @@
<hr/>
<main id="content">
</main>
- <!-- include "inc/footer.html" -->
+ <!-- include "footer.html" -->
</div>
</body>
</html>
M site/403.shtml => site/403.shtml +0 -3
@@ 5,9 5,6 @@
<title>HTTP 403 FORBIDDEN | Matthew Graybosch</title>
<meta name="description" content="You have no business at this URL, and thus access is denied." />
<!-- include "head.html" -->
- <style>
- <!-- include "styles/simple.css" -->
- </style>
</head>
<body>
<header>
M site/410.shtml => site/410.shtml +0 -3
@@ 5,9 5,6 @@
<title>HTTP 410 GONE | Matthew Graybosch</title>
<meta name="description" content="Whatever you hoped to find on my website no longer exists here." />
<!-- include "head.html" -->
- <style>
- <!-- include "styles/simple.css" -->
- </style>
</head>
<body>
<header>