This repository has been archived on 2025-12-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
rss-updater-utils/template/page.html
2025-02-10 22:36:56 -06:00

16 lines
410 B
HTML
Executable File

<html>
<head>
<link rel="stylesheet" href="/assets/static-style.css?v=80" />
</head>
<body>
<div class="static-main">
<PAGE_CONTENT>
<br><br>
<a href="<PAGE_URL>"><PAGE_URL></a>
<a href="../index.xml" target="_blank">
<img src="/assets/img/RSS.png" class="rss_img">
</a>
</div>
</body>
</html>