adding index template

This commit is contained in:
Simon Petit 2024-10-28 22:04:21 +01:00
parent 13c9615330
commit 5234e54a81
2 changed files with 17 additions and 0 deletions

View File

17
lib/template/index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="utf-8">
<title>simpet</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|IBM+Plex+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/indexstyle.css">
</head>
<body>
<h1 class='title'>simpet</h1>
{{articles}}
</body>
</html>