mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 08:30:16 +00:00
24 lines
647 B
HTML
24 lines
647 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Sprout Bootloader</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
<link rel="shortcut icon" href="favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<div class="content-column">
|
|
<div id="logo"></div>
|
|
<h1>Sprout</h1>
|
|
<div id="logo-subtitle">
|
|
Experimental Modern UEFI Bootloader in Rust
|
|
</div>
|
|
<h3>Links</h3>
|
|
<div id="links">
|
|
<a href="https://github.com/edera-dev/sprout">GitHub</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|