Upload
This commit is contained in:
commit
08fddcd73e
364 changed files with 111462 additions and 0 deletions
|
@ -0,0 +1,57 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue