web: Add scaffold

This commit is contained in:
2025-06-10 09:56:06 -05:00
parent 3d36caa507
commit 3f9d2f22f5
38 changed files with 18692 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/*
* UnitCommitment.jl: Optimization Package for Security-Constrained Unit Commitment
* Copyright (C) 2020-2025, UChicago Argonne, LLC. All rights reserved.
* Released under the modified BSD license. See COPYING.md for more details.
*/
import styles from "./Footer.module.css";
function Footer() {
return (
<div className={styles.Footer}>
RELOG: Supply Chain Analysis and Optimization <br />
Copyright (C) 2020-2025, UChicago Argonne, LLC. All rights reserved.
</div>
);
}
export default Footer;