2021-06-24 14:04:14 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2021-06-28 14:53:23 +02:00
|
|
|
<title>DSN documentation</title>
|
2021-06-24 14:04:14 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css')}}">
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-06-28 14:53:23 +02:00
|
|
|
<h1>DSN documentation</h1>
|
2021-06-24 14:04:14 +02:00
|
|
|
<div id="nav">
|
2021-06-28 14:53:23 +02:00
|
|
|
<a href="/">pad</a>: <input type="text" name="pad" value="https://pad.vvvvvvaria.org/DSN.md">,
|
2021-06-24 14:04:14 +02:00
|
|
|
<a href="/html/">html</a>,
|
2021-06-28 14:11:31 +02:00
|
|
|
<a href="/pagedjs/">pagedjs</a>,
|
2021-06-28 14:53:23 +02:00
|
|
|
<a href="/stylesheet/">stylesheet</a>: <input type="text" name="pad" value="https://pad.vvvvvvaria.org/DSN.css">,
|
2021-06-24 14:04:14 +02:00
|
|
|
</div>
|
|
|
|
<div id="wrapper">
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|