first commit
This commit is contained in:
20
uebersicht-code/server/release/public/.babelrc
Executable file
20
uebersicht-code/server/release/public/.babelrc
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"presets": [
|
||||
"@babel/preset-react",
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": [
|
||||
"Explorer 11",
|
||||
"last 5 Safari versions",
|
||||
],
|
||||
"useBuiltIns": "usage",
|
||||
"corejs": "2",
|
||||
"modules": "commonjs"
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-object-rest-spread"
|
||||
]
|
||||
}
|
||||
1
uebersicht-code/server/release/public/.pydio
Normal file
1
uebersicht-code/server/release/public/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
f43bff2f-1229-4bc5-99fd-61244f6aaaf6
|
||||
16
uebersicht-code/server/release/public/index.html
Executable file
16
uebersicht-code/server/release/public/index.html
Executable file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Übersicht</title>
|
||||
<base href="/" />
|
||||
<meta name="referrer" content="no-referrer" />
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="main.css" />
|
||||
<link rel="stylesheet" type="text/css" href="userMain.css" />
|
||||
|
||||
<script type="text/javascript" src="client.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="uebersicht"></div>
|
||||
</body>
|
||||
</html>
|
||||
22
uebersicht-code/server/release/public/main.css
Executable file
22
uebersicht-code/server/release/public/main.css
Executable file
@@ -0,0 +1,22 @@
|
||||
body,
|
||||
html {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#uebersicht {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.widget {
|
||||
position: absolute;
|
||||
}
|
||||
Reference in New Issue
Block a user