Collective PDF rendering environment (work-in-progress)
https://cc.vvvvvvaria.org/wiki/Octomode
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
620 B
21 lines
620 B
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>DSN documentation</title>
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css')}}">
|
|
</head>
|
|
<body>
|
|
<h1>DSN documentation</h1>
|
|
<div id="nav">
|
|
<a href="/">pad</a>: <input type="text" name="pad" value="https://pad.vvvvvvaria.org/DSN.md">,
|
|
<a href="/html/">html</a>,
|
|
<a href="/pagedjs/">pagedjs</a>,
|
|
<a href="/stylesheet/">stylesheet</a>: <input type="text" name="pad" value="https://pad.vvvvvvaria.org/DSN.css">,
|
|
</div>
|
|
<div id="wrapper">
|
|
{% block content %}
|
|
{% endblock %}
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|