mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 02:53:32 +00:00
30 lines
784 B
HTML
30 lines
784 B
HTML
<!--
|
|
news/index.html
|
|
altsource-viewer (https://github.com/therealFoxster/altsource-viewer)
|
|
|
|
Copyright (c) 2023 Foxster.
|
|
MIT License.
|
|
-->
|
|
|
|
<!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="../../common/style.css">
|
|
<link rel="stylesheet" href="news.css">
|
|
</head>
|
|
<body class="loading">
|
|
<div id="loading">
|
|
<img src="../../common/assets/img/loading.gif" alt="loading">
|
|
<p>Loading</p>
|
|
</div>
|
|
<!-- Add to AltStore banner & navigation bar -->
|
|
<div id="top"></div>
|
|
<div id="main">
|
|
<div id="news"></div>
|
|
</div>
|
|
<script src="news.js" type="module"></script>
|
|
</body>
|
|
</html> |