22 lines
606 B
HTML
22 lines
606 B
HTML
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>RDI</title>
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css')}}">
|
|
</head>
|
|
<body>
|
|
<h1>RDI documentation</h1>
|
|
<div id="nav">
|
|
<a href="/">pad</a>: <input type="text" name="pad" value="https://pad.vvvvvvaria.org/RDI.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/RDI.css">,
|
|
</div>
|
|
<div id="wrapper">
|
|
{% block content %}
|
|
{% endblock %}
|
|
</div>
|
|
</body>
|
|
</html>
|