mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
37 lines
957 B
HTML
37 lines
957 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="main.css"/>
|
|
<title>SoftwareManager - About</title>
|
|
<!-- <link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico"> -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap" rel="stylesheet">
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
<header>
|
|
<div class="logo">logo<img src=""></div>
|
|
<nav>
|
|
<a href="/" class="btn">Home</a>
|
|
<a href="/api" class="btn">API</a>
|
|
<a href="/about" class="btn active">About</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<h1 class="title"><span style="color: #db65d5">About us</span></h1>
|
|
<br>
|
|
<p>Simplify searching & downloading</p>
|
|
</main>
|
|
|
|
<footer>
|
|
<small>KeksPirates - SoftwareManager</small>
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |