change index

This commit is contained in:
Николай Вигдоров
2025-07-13 19:58:45 +03:00
parent b85974527c
commit cc51b8e7ac

View File

@ -14,8 +14,6 @@
<body> <body>
<h1 id="greeting">Привет, гость!</h1> <h1 id="greeting">Привет, гость!</h1>
<button id="action-button">Войти</button> <button id="action-button">Войти</button>
<!-- Элемент для вывода токена будет добавлен скриптом -->
<!-- Важно: type="module" для работы с импортами в TS/JS --> <!-- Важно: type="module" для работы с импортами в TS/JS -->
<script type="module" src="script.ts"></script> <script type="module" src="script.ts"></script>
</body> </body>