view themes/minimal/pages/index.html @ 69:bca6c51e0742

themes: minor fixes in siimple
author David Demelier <markand@malikania.fr>
date Thu, 23 Jun 2022 14:41:12 +0200
parents 07b6887d3557
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>