This repository was archived by the owner on Apr 22, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (74 loc) · 2.48 KB
/
Copy pathindex.html
File metadata and controls
86 lines (74 loc) · 2.48 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Download The History Zone TV App</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-895YGYX9VX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-895YGYX9VX');
</script>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://ik.imagekit.io/l7uslhlci/IMG_3504.ico?updatedAt=1764897971514">
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background: #000;
color: white;
}
/* Top bar */
.top-bar {
background: white;
color: black;
display: flex;
justify-content: space-between;
align-items: center;
padding: 25px 40px;
font-weight: 800;
font-size: 32px;
}
.left-logo img {
height: 65px;
}
.units-btn {
font-size: 32px;
font-weight: 800;
text-decoration: none;
color: black;
}
/* Main section */
.hero {
min-height: 80vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background: #000;
}
.hero h3 {
font-family: "ADLaM Display", system-ui;
font-size: 25;
font-weight: normal;
color: white;
}
</style>
</head>
<body>
<!-- Top Bar -->
<div class="top-bar">
<div class="left-logo">
<img src="https://ik.imagekit.io/l7uslhlci/IMG_3275.png" alt="History Zone Logo">
</div>
<a href="http://history-zone.houselearning.org/" class="units-btn">Back To Main Page</a>
</div>
<!-- Hero Section -->
<div class="hero">
<h3>I see you have interest in downloading the history-zone TV app so that you will start by downloading the app called downloader on your android (Google or Fire TV device). Next you want to put the code "3017741" and if that doesnt work try "history-zone.github.io/app/tvdownload.apk" in the home/browser tab of the downloader app. but before that you will need to go to settings and see where it says my device click on my Fire TV like six times for enters development mode, then put install unknown sources from the downloader app and then you go back to the last step and then you have the app and then you can learn with history zone.</h3>
</div>
</body>
</html>