Revize bd517b82
Přidáno uživatelem Pavel Fidranský před více než 6 roky(ů)
sources/src/main/webapp/uploadFiles.jsp | ||
---|---|---|
11 | 11 |
<head> |
12 | 12 |
<meta charset="utf-8"> |
13 | 13 |
|
14 |
<link rel="stylesheet" href="css/main.css"> |
|
14 |
<link rel="stylesheet" href="css/common.css"> |
|
15 |
<link rel="stylesheet" href="css/upload-files.css"> |
|
16 |
|
|
17 |
<link rel="stylesheet" href="css/components/header.css"> |
|
18 |
<link rel="stylesheet" href="css/components/popup.css"> |
|
15 | 19 |
|
16 | 20 |
<script id="htmlTags" type="application/json"><%@ include file="node_modules/html-tags/html-tags.json" %></script> |
17 | 21 |
<script id="svgTags" type="application/json"><%@ include file="node_modules/svg-tags/lib/svg-tags.json" %></script> |
... | ... | |
104 | 108 |
</ul> |
105 | 109 |
</div> |
106 | 110 |
</main> |
107 |
|
|
111 |
|
|
108 | 112 |
<script type="module"> |
109 | 113 |
import UploadFilesApp from './js/uploadFilesApp.js'; |
110 |
|
|
114 |
|
|
111 | 115 |
window.app = new UploadFilesApp('${APP_NAME}', '${APP_HOME_URL}'); |
112 | 116 |
|
113 | 117 |
document.addEventListener('DOMContentLoaded', () => { |
Také k dispozici: Unified diff
split CSS to separate stylesheets by components