first commit
This commit is contained in:
1
tsvue/public/.pydio
Normal file
1
tsvue/public/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
1793136b-5bfc-453f-b558-8f4a373a3114
|
||||
BIN
tsvue/public/favicon.ico
Normal file
BIN
tsvue/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
1
tsvue/public/font/.pydio
Normal file
1
tsvue/public/font/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
4c591313-31d6-4621-aba7-bd370ed50da2
|
||||
1
tsvue/public/img/.pydio
Normal file
1
tsvue/public/img/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
519f4ac5-7319-4146-ba2d-2fb1df09f1d2
|
||||
BIN
tsvue/public/img/logo.png
Normal file
BIN
tsvue/public/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
19
tsvue/public/index.html
Normal file
19
tsvue/public/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %>
|
||||
<script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
|
||||
<% } %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user