mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
e0a093237d
- added analytics window - reworked `Checkbox`'s `tooltip` property - added `LeftCheckbox` component - added `constants.uri.analytics` field - updated French and Hungarian
17 lines
No EOL
518 B
HTML
17 lines
No EOL
518 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" lang="sass" href="/src/sass/analytics.sass" />
|
|
<link rel="stylesheet" href="/src/css/hint.min.css" />
|
|
</head>
|
|
|
|
<body data-theme="light">
|
|
<div id="app"></div>
|
|
|
|
<script src="neutralino.js"></script>
|
|
<script type="module" src="/src/pages/analytics.ts" lang="ts"></script>
|
|
</body>
|
|
</html> |