comparison templates/template.html @ 0:80a2cf045e6a

initial website
author David Demelier <markand@malikania.fr>
date Fri, 07 Feb 2020 14:38:00 +0100
parents
children 172d55236ac4
comparison
equal deleted inserted replaced
-1:000000000000 0:80a2cf045e6a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="css/all.css" type="text/css">
5 <link rel="stylesheet" href="css/normalize.css" type="text/css">
6 <link rel="stylesheet" href="css/sakura.css" type="text/css">
7 </head>
8 <body>
9 $body$
10 </body>
11 </html>