22 lines
666 B
HTML
22 lines
666 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<link rel="icon" href="/favicon.ico">
|
|
<meta charset="UTF-8">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<title>Journal Média</title>
|
|
<link rel="preload" href="/app-loading.css" as="style">
|
|
<link ref="preload" href="/fonts/Banquise-Regular.otf" as="font">
|
|
<link ref="preload" href="/fonts/BerkeleyMonoVariable-Regular" as="font">
|
|
|
|
<link rel="stylesheet" href="/app-loading.css">
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div id="app-loading">
|
|
<p>loading</p>
|
|
</div>
|
|
</div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|