22 lines
No EOL
572 B
HTML
22 lines
No EOL
572 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Keep</title>
|
|
<script src="keep.js" defer></script>
|
|
<link rel="stylesheet" href="./generic.css">
|
|
</head>
|
|
<body>
|
|
<h1 id="extension-title"></h1>
|
|
<p id="extension-description"></p>
|
|
|
|
<table id="primary-table">
|
|
<tr>
|
|
<th id="pt_th-id" class="s10"></th>
|
|
<th id="pt_th-name"></th>
|
|
<th id="pt_th-actions" class="s30"></th>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |