landing-page/index.html

49 lines
1.8 KiB
HTML
Raw Normal View History

2024-08-20 13:37:03 -04:00
<!DOCTYPE html>
2025-01-16 21:28:08 -05:00
<!-- saved from url=(0018)https://nixfox.ca/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2024-08-20 13:37:03 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2025-01-02 00:57:46 -05:00
<title>NixFox Landing</title>
2025-01-16 21:28:08 -05:00
<link rel="stylesheet" href="./NixFox Landing_files/styles.css">
<link rel="stylesheet" href="./NixFox Landing_files/footer.css">
<link rel="icon" type="image/x-icon" href="https://nixfox.ca/favicon.ico">
<link rel="stylesheet" href="./NixFox Landing_files/css">
2024-08-20 13:37:03 -04:00
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
2025-01-02 00:57:46 -05:00
<meta property="og:title" content="NixFox">
<meta property="og:description" content="The NixFox family of pages and services.">
<meta property="og:image" content="https://nixfox.ca/images/copyright/profile.png">
<meta property="og:url" content="https://nixfox.ca">
2024-08-20 13:37:03 -04:00
</head>
2025-01-16 21:28:08 -05:00
<body><header>
<a href="https://nixfox.ca/uwu.html" class="app-icon-link">
<img src="./NixFox Landing_files/monkey.gif" alt="Logo">
2024-08-20 13:37:03 -04:00
</a>
2025-01-16 21:28:08 -05:00
<h1>The Monkey Pages and Services</h1>
2024-08-20 13:37:03 -04:00
</header>
2025-01-16 21:28:08 -05:00
2024-08-20 13:37:03 -04:00
<div class="button-container">
2025-01-16 21:28:08 -05:00
<a href="https://cloud.nixfox.ca/">
2024-08-20 13:37:03 -04:00
<button class="custom-button cloud">
<div class="color-part"></div>
<div class="button-content">
2025-01-16 21:28:08 -05:00
<img class="button-image" src="./NixFox Landing_files/monkey.gif" alt="Button Logo" style="width: 4.3em; height: auto;">
<span class="button-text">the moneky</span>
<span class="button-subtext">button...</span>
2024-08-20 13:37:03 -04:00
</div>
</button>
</a>
2025-01-16 21:28:08 -05:00
2024-08-20 13:37:03 -04:00
</div>
2025-01-02 00:57:46 -05:00
<footer>This website is under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>, and is being hosted on <a href="https://nixos.org/">NixOS</a>. Code can be found <a href="https://git.nixfox.ca/Jimbo/landing-page">here</a>.</footer>
2025-01-16 21:28:08 -05:00
</body></html>