14 lines
242 B
HTML
14 lines
242 B
HTML
|
$def with ()
|
||
|
<!DOCTYPE html><!-- -*- coding: utf-8 mode: html -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
--><html lang="fr">
|
||
|
<head>
|
||
|
$:bs.load()
|
||
|
<title>index</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<h1>index</h1>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|