mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
425c7f4db0
- added blank analytics window - added roadmap goal - removed `components.sass` file; its content was moved to `settings.sass` - updated Spain and Italian - made preparations for tos violation warning window - improved `Button` component - added `constants.uri.discord` and `constants.placeholders.uppercase.company_alterego` fields - updated empathize version, added proper windows centering
17 lines
No EOL
516 B
HTML
17 lines
No EOL
516 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/settings.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/settings.ts" lang="ts"></script>
|
|
</body>
|
|
</html> |