Artem Nikolaev commited on
Commit
f794952
·
1 Parent(s): ca8ebf7

Fix paths: use /web/ instead of /tasks-parser/web/

Browse files
Files changed (1) hide show
  1. web/index.html +6 -6
web/index.html CHANGED
@@ -8,13 +8,13 @@
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap" rel="stylesheet">
10
  <link rel="shortcut icon" href="/task-parser/web/icons/favicon.svg" type="image/x-icon">
11
- <link rel="stylesheet" href="/task-parser/web/style.css">
12
  </head>
13
  <body>
14
  <div class="container">
15
  <header>
16
  <div class="title">
17
- <img src="/task-parser/web/icons/titleIcon.svg" alt="">
18
  <h1>Твой парсер</h1>
19
  </div>
20
  <p>Загрузи PDF или Word документ, чтобы извлечь все задачи</p>
@@ -23,7 +23,7 @@
23
  <main>
24
  <div id="dropZone" class="upload-area">
25
  <div class="upload-item">
26
- <img src="/task-parser/web/icons/upload.svg" alt="">
27
  <div class="upload-text">Перетащи сюда файлы</div>
28
  <div class="upload-advice">или кликни для выбора</div>
29
  </div>
@@ -39,7 +39,7 @@
39
  <div class="upload-choice">
40
  <div class="option-card">
41
  <div class="option-choice">
42
- <img src="/task-parser/web/icons/sheetsLogo-svgrepo-com.svg" alt="">
43
  <h3>Google Sheets</h3>
44
  </div>
45
  <label>
@@ -49,7 +49,7 @@
49
  </div>
50
  <div class="option-card">
51
  <div class="option-choice">
52
- <img src="/task-parser/web/icons/calendarLogo.svg" alt="">
53
  <h3>Google Calendar</h3>
54
  </div>
55
  <label>
@@ -87,6 +87,6 @@
87
  </section>
88
  </div>
89
 
90
- <script src="/task-parser/web/script.js"></script>
91
  </body>
92
  </html>
 
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap" rel="stylesheet">
10
  <link rel="shortcut icon" href="/task-parser/web/icons/favicon.svg" type="image/x-icon">
11
+ <link rel="stylesheet" href="/web/style.css">
12
  </head>
13
  <body>
14
  <div class="container">
15
  <header>
16
  <div class="title">
17
+ <img src="/web/icons/titleIcon.svg" alt="">
18
  <h1>Твой парсер</h1>
19
  </div>
20
  <p>Загрузи PDF или Word документ, чтобы извлечь все задачи</p>
 
23
  <main>
24
  <div id="dropZone" class="upload-area">
25
  <div class="upload-item">
26
+ <img src="/web/icons/upload.svg" alt="">
27
  <div class="upload-text">Перетащи сюда файлы</div>
28
  <div class="upload-advice">или кликни для выбора</div>
29
  </div>
 
39
  <div class="upload-choice">
40
  <div class="option-card">
41
  <div class="option-choice">
42
+ <img src="/web/icons/sheetsLogo-svgrepo-com.svg" alt="">
43
  <h3>Google Sheets</h3>
44
  </div>
45
  <label>
 
49
  </div>
50
  <div class="option-card">
51
  <div class="option-choice">
52
+ <img src="/web/icons/calendarLogo.svg" alt="">
53
  <h3>Google Calendar</h3>
54
  </div>
55
  <label>
 
87
  </section>
88
  </div>
89
 
90
+ <script src="/web/script.js"></script>
91
  </body>
92
  </html>