mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-20 19:33:57 +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 name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/shared.css">
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
<link rel="stylesheet" href="css/uibanner.css">
|
||||
</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">
|
||||
<h1 id="title">AltSource Viewer</h1>
|
||||
<div class="textfield">
|
||||
<input type="text" placeholder="Source URL">
|
||||
<p>Now viewing</p>
|
||||
<div class="header">
|
||||
<h1 id="title">altsource-v2</h1>
|
||||
<a href="search.html"><i class="bi bi-pencil-square"></i></a>
|
||||
</div>
|
||||
<div id="suggestions" class="section">
|
||||
<div id="news" class="section">
|
||||
<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>
|
||||
<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>
|
||||
<script src="js/shared.js"></script>
|
||||
<script src="js/index.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user