peach-workspace/peach-web/templates/base.html.tera

17 lines
460 B
Plaintext

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PeachCloud</title>
<meta name="description" content="PeachCloud Network">
<meta name="author" content="glyph">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/peachcloud.css">
<style>@import url("/css/_variables.css");</style>
</head>
<body>
{% block nav %}{% endblock nav %}
</body>
</html>