Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Paprika3081 committed Sep 5, 2024
1 parent 85b6a47 commit 101a08e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html → public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Text Decoder</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/public/style.css">
</head>
<body>
<div class="container">
Expand All @@ -14,9 +14,7 @@ <h1>Text Decoder</h1>
<button id="downloadButton">Скачать как Excel</button>
<button id="copyButton">Скопировать текст</button>
</div>
<!-- Подключаем библиотеку XLSX -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.18.5/xlsx.full.min.js"></script>
<!-- Подключаем ваш скрипт после библиотеки -->
<script src="script.js"></script>
<script src="/public/script.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit 101a08e

Please sign in to comment.