1
0
Fork 0
mirror of https://gitlab.com/niansa/descindex.git synced 2025-03-06 20:48:44 +01:00

Added "one up" link

This commit is contained in:
niansa 2021-09-24 21:17:15 +02:00
parent 33903cf549
commit 5177499a9a

View file

@ -33,6 +33,8 @@ content_dir = R"(
<p><a href="{2}">Open</a></p>
)",
bottom = R"(
<br />
<p><i><a href="..">One up</a></i></p>
</body>
</html>
)";
@ -46,6 +48,7 @@ top = R"(
<title>{0} - Preview</title>
</head>
<body>
<p><a href="..">Leave preview</a></p>
<h1>{0}</h1>
<p>{1}</p>
<br />