mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-21 03:43:34 +00:00
Rename home.html -> index.html
This commit is contained in:
71
index.html
71
index.html
@@ -5,57 +5,42 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="css/shared.css">
|
<link rel="stylesheet" href="css/shared.css">
|
||||||
<link rel="stylesheet" href="css/index.css">
|
<link rel="stylesheet" href="css/uibanner.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="loading">
|
||||||
|
<div id="loading">
|
||||||
|
<img src="img/loading.gif" alt="loading">
|
||||||
|
<p>Loading</p>
|
||||||
|
</div>
|
||||||
|
<!-- Add to AltStore banner -->
|
||||||
|
<div id="top"></div>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<h1 id="title">AltSource Viewer</h1>
|
<p>Now viewing</p>
|
||||||
<div class="textfield">
|
<div class="header">
|
||||||
<input type="text" placeholder="Source URL">
|
<h1 id="title">altsource-v2</h1>
|
||||||
|
<a href="search.html"><i class="bi bi-pencil-square"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div id="suggestions" class="section">
|
<div id="news" class="section">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h2>Suggested</h2>
|
<h2>News</h2>
|
||||||
|
<a href="search.html">View All</a>
|
||||||
|
</div>
|
||||||
|
<div id="news-items"></div>
|
||||||
|
</div>
|
||||||
|
<div id="apps" class="section">
|
||||||
|
<div class="header">
|
||||||
|
<h2>Featured Apps</h2>
|
||||||
|
<a href="search.html">View All Apps</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="about" class="section">
|
||||||
|
<div class="header">
|
||||||
|
<h2>About</h2>
|
||||||
</div>
|
</div>
|
||||||
<a href="home.html?source=https://therealfoxster.github.io/altsource/data/apps.json">
|
|
||||||
<div class="suggestion">
|
|
||||||
<i class="bi bi-search"></i>
|
|
||||||
Foxster's AltSource
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a href="home.html?source=https://qnblackcat.github.io/AltStore/apps.json">
|
|
||||||
<div class="suggestion">
|
|
||||||
<i class="bi bi-search"></i>
|
|
||||||
Qn_'s AltStore Repo
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a href="home.html?source=https://alt.getutm.app">
|
|
||||||
<div class="suggestion">
|
|
||||||
<i class="bi bi-search"></i>
|
|
||||||
UTM Repository
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a href="home.html?source=https://flyinghead.github.io/flycast-builds/altstore.json">
|
|
||||||
<div class="suggestion">
|
|
||||||
<i class="bi bi-search"></i>
|
|
||||||
Flyinghead
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a href="home.html?source=https://provenance-emu.com/apps.json">
|
|
||||||
<div class="suggestion">
|
|
||||||
<i class="bi bi-search"></i>
|
|
||||||
Provenance EMU
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/therealFoxster/altsource-viewer" target="_blank">
|
|
||||||
<div class="suggestion">
|
|
||||||
<i class="bi bi-code-slash"></i>
|
|
||||||
Source Code
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="js/shared.js"></script>
|
<script src="js/shared.js"></script>
|
||||||
<script src="js/index.js"></script>
|
<script src="js/index.js"></script>
|
||||||
|
<script src="js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user