first commit

This commit is contained in:
mrtoine 2025-09-12 16:45:43 +02:00
parent dc9fbfea37
commit f3e4bc391b
3 changed files with 120 additions and 0 deletions

22
KeepToine/index.html Normal file
View file

@ -0,0 +1,22 @@
<!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>