A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 _layout.html

View raw Download
text/html • 430 B
HTML document, ASCII text
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>{% block title %}{% endblock %} - S0G</title>
7
<link rel="stylesheet" href="/static/src/pygments-friendly.css">
8
</head>
9
<body>
10
<header>
11
<h1>Steve0Greatness</h1>
12
<nav></nav>
13
</header>
14
<main>{% block content %}{% endblock %}</main>
15
</body>
16
</html>
17