Initial commit
This commit is contained in:
27
index.html
Normal file
27
index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LightUUP</title>
|
||||
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/sakura.css">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>LightUUP</h1>
|
||||
<p>A simple UUP downloads generator.</p>
|
||||
|
||||
<p>
|
||||
[<a href="/">Home</a>]
|
||||
[<a href="known.html">Downloads</a>]
|
||||
[<a href="https://git.uupdump.net/uup-dump/lightuup">Source code</a>]
|
||||
</p>
|
||||
|
||||
<h2>Welcome to LightUUP!</h2>
|
||||
<p>LightUUP is a simple UUP dump JSON API client written in HTML and JavaScript. You can customize it however you want to provide your own UUP download experience.</p>
|
||||
|
||||
<a href="known.html">Browse available builds</a>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user