Rename home.html -> index.html

This commit is contained in:
foxster-mp4
2023-04-30 11:00:33 -07:00
parent 77b20d56e1
commit 7e19894e75

View File

@@ -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">
<input type="text" placeholder="Source URL">
</div>
<div id="suggestions" class="section">
<div class="header"> <div class="header">
<h2>Suggested</h2> <h1 id="title">altsource-v2</h1>
<a href="search.html"><i class="bi bi-pencil-square"></i></a>
</div> </div>
<a href="home.html?source=https://therealfoxster.github.io/altsource/data/apps.json"> <div id="news" class="section">
<div class="suggestion"> <div class="header">
<i class="bi bi-search"></i> <h2>News</h2>
Foxster's AltSource <a href="search.html">View All</a>
</div> </div>
</a> <div id="news-items"></div>
<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> </div>
</a> <div id="apps" class="section">
<a href="home.html?source=https://alt.getutm.app"> <div class="header">
<div class="suggestion"> <h2>Featured Apps</h2>
<i class="bi bi-search"></i> <a href="search.html">View All Apps</a>
UTM Repository
</div> </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> </div>
</a> <div id="about" class="section">
<a href="home.html?source=https://provenance-emu.com/apps.json"> <div class="header">
<div class="suggestion"> <h2>About</h2>
<i class="bi bi-search"></i>
Provenance EMU
</div> </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>