scheduler: config should be done
This commit is contained in:
parent
dc5185af3c
commit
fb760582ed
6 changed files with 364 additions and 149 deletions
15
header.html
Normal file
15
header.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>SCHEDULE CONFIGURATION</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="data:,">
|
||||
<style>
|
||||
html{font-family: Helvetica; display:inline-block; margin: 0px auto; text-align: center;}
|
||||
body { background-color: #ffffff; color: #000000; }
|
||||
h1{color: #002b36; padding: 2vh;}
|
||||
h2{color: #073642; padding: 2vh;}
|
||||
p{font-size: 1.5rem;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>SCHEDULE CONFIGURATION </h1>
|
Loading…
Add table
Add a link
Reference in a new issue