57 lines
1.5 KiB
HTML
57 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="dark">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
<title>PrometheOS</title>
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
<link href="pico.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<main class="container">
|
|
<form>
|
|
<h2>PrometheOS</h2>
|
|
<div class="grid">
|
|
<a role="button" href="launch.html">Launch BIOS</a>
|
|
</div>
|
|
<br />
|
|
<div class="grid">
|
|
<a role="button" href="remove.html">Remove BIOS</a>
|
|
</div>
|
|
<br />
|
|
<div class="grid">
|
|
<a role="button" href="flash.html">Flash BIOS</a>
|
|
</div>
|
|
<br />
|
|
<div class="grid">
|
|
<a role="button" href="downloads.html">Downloads</a>
|
|
</div>
|
|
<br />
|
|
<div class="grid">
|
|
<a role="button" href="cerbiosini.html">Cerbios INI</a>
|
|
</div>
|
|
<br />
|
|
<div class="grid">
|
|
<a role="button" href="javascript:void(0)" onclick="screenshot()">Take Screenshot</a>
|
|
</div>
|
|
<br />
|
|
<div class="grid">
|
|
<a role="button" href="remoteview.html">Remote View</a>
|
|
</div>
|
|
<br />
|
|
<div class="grid">
|
|
<a role="button" href="javascript:void(0)" onclick="reboot()">Reboot</a>
|
|
</div>
|
|
<br />
|
|
<div class="grid">
|
|
<a role="button" href="javascript:void(0)" onclick="shutdown()">Shutdown</a>
|
|
</div>
|
|
<br />
|
|
<div>
|
|
<b>Copyright 2024 - Team Cerbios + Team Resurgent</b>
|
|
</div>
|
|
</form>
|
|
</main>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|