📝 Added entire config directory for backup purposes
This commit is contained in:
parent
4b38e59bb6
commit
9b946e2d14
11091 changed files with 1440953 additions and 0 deletions
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
||||
<link type="text/css" rel="stylesheet" href="css/goldenlayout-base.css" />
|
||||
<link type="text/css" rel="stylesheet" href="css/goldenlayout-light-theme.css" />
|
||||
<link type="text/css" rel="stylesheet" href="css/style.css" />
|
||||
<meta charset="utf-8"/>
|
||||
<script src="https://js.stripe.com/v3" async></script>
|
||||
<script src="bundle.js"></script>
|
||||
<style>
|
||||
#header {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 64px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#container {
|
||||
position: absolute;
|
||||
top: 65px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="header"></div>
|
||||
<div id="container"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue