site-pro/index.html

13 lines
306 B
HTML
Raw Permalink Normal View History

2023-08-04 09:57:39 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Matthieu Peterschmitt</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>