~starbreaker/matthewgraybosch.com

9f19652c1d3085e203ae643b175ea787cd1d9b2f — Matthew Graybosch 9 months ago e2d4ad5
removed <style> blocks
3 files changed, 4 insertions(+), 10 deletions(-)

M new.shtml
M site/403.shtml
M site/410.shtml
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>