view themes/mini/pages/index.html @ 53:55fdcc3e5970

pasterd: fix wording
author David Demelier <markand@malikania.fr>
date Mon, 21 Dec 2020 20:48:22 +0100
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>