16 lines
347 B
Python
16 lines
347 B
Python
header='''
|
|
<!DOCTYPE html>
|
|
<head>
|
|
<title>DeaDvey's Domain</title>
|
|
<meta charset="utf-8" />
|
|
<style>
|
|
pre {
|
|
white-space: pre-wrap;
|
|
}
|
|
</style>
|
|
</head>
|
|
<h1>DeaDvey's domain</h1>
|
|
<pre>
|
|
<a href="/">Home</a> <a href="/blog/">Blogs</a> <a href="/projects/">Projects</a> <a href="/contact/">Contact</a>
|
|
<hr/>'''
|