-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSource.html
More file actions
27 lines (26 loc) · 1.02 KB
/
Source.html
File metadata and controls
27 lines (26 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://raw.githubusercontent.com/Runarok/url-redir/main/Url-rdr.png" type="image/png">
<title>API Redirector</title>
<!-- Link to external CSS file -->
<link rel="stylesheet" href="css/Source.css">
</head>
<body>
<div class="container">
<h1>API Redirector - All Redirects</h1>
<p>This page dynamically loads and displays all available redirects and their corresponding URLs and popup status.</p>
<div id="redirects-container" class="message-container">
<p>Loading...</p>
</div>
<div class="footer">
<p>Hosted on GitHub Pages by <strong>Runarok</strong></p>
<p>Repository: <a href="https://github.com/Runarok/url-redir" target="_blank">url-redir</a></p>
</div>
</div>
<!-- Link to external JavaScript file -->
<script src="js/Source.js"></script>
</body>
</html>