Pretty much a skeleton of the project

This commit is contained in:
2023-08-06 18:26:25 +02:00
parent f29557a685
commit 4e21e2593e
7 changed files with 236 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="pico.css">
<script src="jquery.js"></script>
<script async src="https://umami.brn.systems/script.js" data-website-id="e2529314-2b16-472d-a7cd-9ea44f6b6133"></script>
<title>Citations</title>
</head>
<body>
</body>
</html>