mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
51 lines
1.9 KiB
HTML
51 lines
1.9 KiB
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 - Main</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 active">Home</a>
|
|
<a href="/api" class="btn">API</a>
|
|
<a href="/about" class="btn">About</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<div class="introduction-frame">
|
|
<div class="introduction-text inline-block">
|
|
<h1 class="hometitle"><br><span style="color: #db65d5">SoftwareManager</span></h1>
|
|
<p class="title_subtext">Simply search and download software from various sources</p>
|
|
|
|
<a href="https://github.com/KeksPirates/SoftwareManager" class="btn_big github"><img class="github-button" src="assets/icons/GitHub_Invertocat_White.png">GitHub</a>
|
|
<a href="https://github.com/KeksPirates/SoftwareManager/releases/latest" class="btn_big download"><img class="download-button" src="assets/icons/download_icon_black.png">Download</a>
|
|
</div>
|
|
<div class="introduction-image inline-block">
|
|
<div class="softwaremanager-scene">
|
|
<img class="softwaremanager-image" src="assets/softwaremanager/search_tab_rounded.png">
|
|
</div>
|
|
|
|
<img class="softwaremanager-image-2" src="assets/softwaremanager/search_tab_rounded.png">
|
|
</div>
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<small>KeksPirates - SoftwareManager</small>
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |