You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="UnitCommitment.jl Case Builder" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>Case Builder - UnitCommitment.jl</title>
|
|
<style>
|
|
:root {
|
|
--site-max-width: 1200px;
|
|
--site-min-width: 900px;
|
|
--box-border: 1px solid rgba(0, 0, 0, 0.2);
|
|
--box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.2);
|
|
--border-radius: 4px;
|
|
--primary: #0d6efd;
|
|
--contrast-100: #202020;
|
|
--contrast-80: #606060;
|
|
--contrast-60: #909090;
|
|
--contrast-20: #d6d6d6;
|
|
--contrast-10: #f6f6f6;
|
|
--contrast-0: #fefefe;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: Arial, sans-serif;
|
|
background-color: #333;
|
|
}
|
|
.content {
|
|
background-color: var(--contrast-10);
|
|
padding-bottom: 36px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|