blob: 28482ba058ec643f9b2c8c91f061fc975b42b254 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<html lang="fr">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Drum</title>
<link rel="stylesheet" href="/main.css">
<body></body>
<script src="main.js"></script>
|