37 lines
No EOL
915 B
HTML
37 lines
No EOL
915 B
HTML
<!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> |