designtopack/index.html

14 lines
358 B
HTML
Raw Normal View History

2024-07-10 16:10:33 +02:00
<!doctype html>
2024-09-02 21:15:34 +02:00
<html lang="fr">
2024-07-10 16:10:33 +02:00
<head>
2024-09-02 21:15:34 +02:00
<meta charset="utf-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nom du service</title>
2024-07-10 16:10:33 +02:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>