This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
forked from LupineVault/LupineVault
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (30 loc) · 2.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>LupineVault</title>
<link rel="stylesheet" href="assets/styles/css/global.css">
<!-- Favicon Code -->
<link rel="icon" type="image/png" href="/assets/favicons/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="LupineVault" />
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<!--Material Symbols Code-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,1,0" />
</head>
<body>
<img src="assets/images/Title.png" class="logo">
<h1 id="heading">An archive of 350 games written in HTML5</h1>
<br><br>
<button id="bigPlayButton" onclick="window.location.href = 'games/select.html'">Play ►</button>
<br><br><br><br><br>
<h2 id="about">About</h2>
<p>LupineVault was created by <a href="https://github.com/tf7software">tf7software</a> (Backend) and <a href="https://github.com/InfinityLoop1">InfinityLoop</a> (Frontend)</p>
<p>LupineVault was inspired by <a href="https://github.com/InfinityGamer-Game-Site">InfinityGamer</a>
<h2>Get Involved</h2>
<p>We encourage users to help us grow this collection! If you have games to contribute or see updates that need to be made, feel free to reach out or submit directly on our <a href="https://github.com/LupineVault/LupineVault/issues/new?assignees=InfinityLoop1%2C+tf7software&labels=enhancement%2C+New+Game&projects=&template=game-addition.md&title=Game+Addition+%5BGame+Title%5D">GitHub page</a>. Every contribution helps us keep the archive fun and fresh for everyone!</p>
<script src="assets/js/global.js"></script>
<script src="assets/js/index.js"></script>
</body>
</html>