change index
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user