mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 02:53:32 +00:00
46 lines
1.2 KiB
HTML
46 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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/uibanner.css">
|
|
</head>
|
|
<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">
|
|
<p>AltSource Viewer</p>
|
|
<div class="header">
|
|
<h1 id="title">altsource-v2</h1>
|
|
<a href="search.html" style="font-size: 0.75em; font-weight: 750;">EDIT</a>
|
|
</div>
|
|
<div id="news" class="section">
|
|
<div class="header">
|
|
<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>
|
|
</div>
|
|
<script src="js/shared.js"></script>
|
|
<script src="js/index.js"></script>
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html> |