-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_without_npm.html
30 lines (25 loc) · 1.3 KB
/
index_without_npm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html><html lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="app.css" rel="stylesheet">
<link rel="modulepreload" href="components/PageHeader.mjs">
<link rel="modulepreload" href="components/Breadcrumb.mjs">
<link rel="modulepreload" href="components/CandidateWithCheckbox.mjs">
<link rel="modulepreload" href="components/CandidateWithRadio.mjs">
<link rel="modulepreload" href="components/ClassicVoteCandidatesList.mjs">
<link rel="modulepreload" href="app.mjs">
</head>
<body>
<div id="vote-app"></div>
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<script src="https://unpkg.com/i18next@19.7.0/dist/umd/i18next.min.js" crossorigin></script>
<script src="https://unpkg.com/react-i18next@11.7.3/dist/umd/react-i18next.min.js" crossorigin></script>
<script src="https://unpkg.com/i18next-http-backend@1.0.21/i18nextHttpBackend.js" crossorigin></script>
<script src="belenios_jslib.js"></script>
<script src="shortcuts.js"></script>
<script type="module" src="app.mjs"></script>
<script nomodule src="app_fallback.js"></script>
</body>
</html>