mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-08 14:58:36 -06:00
19 lines
532 B
HTML
19 lines
532 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<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>Ackify - Gestion des signatures</title>
|
|
__META_TAGS__
|
|
<script>
|
|
window.ACKIFY_BASE_URL = '__ACKIFY_BASE_URL__';
|
|
window.ACKIFY_VERSION = '__ACKIFY_VERSION__';
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|