aboutsummaryrefslogtreecommitdiff
path: root/frontend/html/index.html
blob: 68fdca5ae45c334cefff5a47f2411f46175d9c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="fr">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Maps</title>
<link rel="stylesheet" href="/public/main.css">
<link rel="icon" href="/public/icon.png">

<body></body>

<script src="/public/main.js"></script>