TODO: la suite n'a jamais été finie
Mais pour la postérité ahah, la voici quand même!
This commit is contained in:
11
html/default_template
Normal file
11
html/default_template
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user