mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-18 16:01:47 +03:00
e86058dabe
- vue was replaced by svelte - changed typescript preferences - changed `Launcher` class - added `Locales.default()` method to manage default localizations setting
16 lines
No EOL
447 B
HTML
16 lines
No EOL
447 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/index.sass" />
|
|
</head>
|
|
|
|
<body data-theme="light">
|
|
<div id="app"></div>
|
|
|
|
<script src="neutralino.js"></script>
|
|
<script type="module" src="/src/pages/index.ts" lang="ts"></script>
|
|
</body>
|
|
</html> |