-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 775 Bytes
/
index.html
File metadata and controls
24 lines (23 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GitHub Instant ZIP</title>
<meta name="description" content="Direct download of any GitHub repository as a ZIP archive. No git required." />
<meta name="build-id" content="fd92e54e7431" />
<link rel="stylesheet" href="styles.css" />
</head>
<body class="simple-page">
<main class="card">
<h1>GitHub Instant ZIP</h1>
<p class="muted">Redirecting…</p>
<div class="actions">
<a class="btn primary" href="home.html">Continue</a>
</div>
</main>
<script>
window.setTimeout(() => window.location.replace("home.html"), 150);
</script>
</body>
</html>