Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions historictruth-site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Historic Truth</title>
<style>
body {
background-color: #fdfbf7;
font-family: Georgia, serif;
padding: 3rem;
color: #2e2b23;
max-width: 800px;
margin: auto;
line-height: 1.6;
}
h1 {
color: #8B0000;
font-size: 2.5rem;
}
a {
color: #00509e;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Welcome to Historic Truth</h1>
<p>This is a censorship-resistant archive dedicated to preserving:</p>
<ul>
<li>Forgotten testimonies</li>
<li>Suppressed books and writings</li>
<li>Prophetic history and doctrinal records</li>
</ul>
<p>Our mission is to make truth freely available — forever.</p>
<p>Visit the archive and contribute at:
<a href="https://historictruth.org" target="_blank">historictruth.org</a>
</p>
<p>More features and records coming soon.</p>
</body>
</html>