Files
blog_code/html/default_template
Thomas lavocat 289bfb9e43 TODO: la suite n'a jamais été finie
Mais pour la postérité ahah, la voici quand même!
2025-08-29 09:08:09 +02:00

12 lines
280 B
Plaintext

<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8"/>
</head>
<body>
<script src="script.js"></script>
<a href="{}" class="next">></a>
<div class="content"> {} </div>
</body>
</html>