Skip to content

Commit 4ba752e

Browse files
committed
Client consistency refactor
moved 2 components from options to composition API
1 parent 5c94500 commit 4ba752e

72 files changed

Lines changed: 2774 additions & 1943 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

client/index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@
88
<link rel="icon" href="/favicon.ico">
99
<link rel="stylesheet" href="/font-awesome/css/font-awesome.min.css">
1010
<script defer data-domain="galahad.ivdnt.org" src="https://statistiek.ivdnt.org/js/script.js"></script>
11+
<script type="module" src="/src/main.ts"></script>
1112
<title>GaLAHaD</title>
1213
</head>
1314

14-
<body>
15+
<body id="app">
1516
<noscript>
1617
<strong>We're sorry but GaLAHaD doesn't work properly without JavaScript enabled. Please enable it to
1718
continue.</strong>
1819
</noscript>
1920

20-
<script type="module" src="/src/main.ts"></script>
21-
<div id="app"></div>
22-
<!-- built files will be auto injected -->
2321
</body>
2422

25-
</html>
23+
</html>

0 commit comments

Comments
 (0)