view themes/minimal/index.html @ 4:ca5b8abc2d44

pasterd: refactor a bit
author David Demelier <markand@malikania.fr>
date Wed, 05 Feb 2020 20:10:00 +0100
parents 836a698946f8
children f455893bf0b0
line wrap: on
line source

	<h1>Recent pastes</h1>

	<table>
		<thead>
			<tr>
				<th>Name</th>
				<th>Author</th>
				<th>Language</th>
				<th>Expires in</th>
			<tr>
		</thead>
	<tbody>

	@@pastes@@

	</tbody>