view 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 source

	<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>