diff themes/minimal/pages/index.html @ 51:07b6887d3557

pasterd: split into individual pages While here add a similar mini.css theme as in imgup.
author David Demelier <markand@malikania.fr>
date Mon, 21 Dec 2020 18:22:44 +0100
parents themes/minimal/index.html@f455893bf0b0
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/minimal/pages/index.html	Mon Dec 21 18:22:44 2020 +0100
@@ -0,0 +1,17 @@
+	<h1>Recent pastes</h1>
+
+	<table>
+		<thead>
+			<tr>
+				<th>Name</th>
+				<th>Author</th>
+				<th>Language</th>
+				<th>Date</th>
+				<th>Expires in</th>
+			<tr>
+		</thead>
+	<tbody>
+
+	@@pastes@@
+
+	</tbody>