htdocs/automations/header.py

15 lines
280 B
Python

header='''
<!DOCTYPE html>
<head>
<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>
<hr/>'''