mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 14:00:18 +00:00
initial sprout website
This commit is contained in:
23
index.html
Normal file
23
index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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">
|
||||
Experiment and 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>
|
||||
Reference in New Issue
Block a user