Skip to content
Closed
Show file tree
Hide file tree
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
123 changes: 123 additions & 0 deletions .github/workflows/auto-close-pr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Satoshi Nakamoto Lives – by Isabel Schöps Thiel</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nexa+Thin&display=swap');

body {
margin: 0;
background-color: #15110E;
color: #A9A390;
font-family: 'Nexa Thin', sans-serif;
line-height: 1.6;
}
header {
display: flex;
align-items: center;
padding: 1rem 2rem;
background-color: #1F1B17;
border-bottom: 1px solid #A9A390;
}
header img {
height: 60px;
margin-right: 1rem;
filter: drop-shadow(0 0 2px #F6F8F6);
}
header h1 {
font-family: 'Varela Round', sans-serif;
font-weight: 600;
font-size: 27px;
color: #F6F8F6;
margin: 0;
}
main {
max-width: 900px;
margin: 2rem auto;
padding: 0 1rem;
}
main h2 {
font-family: 'Varela Round', sans-serif;
font-weight: 600;
font-size: 27px;
color: #F6F8F6;
margin-bottom: 1rem;
}
main p {
font-family: 'Nexa Thin', sans-serif;
font-size: 18px;
color: #A9A390;
margin-bottom: 1.25rem;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
margin: 2rem 0;
}
.gallery img {
max-width: 160px;
border: 2px solid #A9A390;
border-radius: 6px;
box-shadow: 0 0 6px #C2B89A;
transition: transform 0.3s ease;
}
.gallery img:hover {
transform: scale(1.1);
box-shadow: 0 0 10px #F6F8F6;
}
footer {
background-color: #1F1B17;
color: #A9A390;
text-align: center;
padding: 1rem 2rem;
font-size: 14px;
border-top: 1px solid #A9A390;
margin-top: 3rem;
}
footer a {
color: #F6F8F6;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
@media (max-width: 600px) {
.gallery img {
max-width: 100px;
}
}
</style>
</head>
<body>
<header>
<img src="https://satoshi-lives.com/logo-anthrazit-gold.png" alt="Satoshi Nakamoto Logo" />
<h1>Satoshi Nakamoto Lives – by Isabel Schöps Thiel</h1>
</header>
<main>
<h2>Aufklärung über Bitcoin, Blockchain und Urheberschaft</h2>
<p>Willkommen auf der offiziellen Seite von Isabel Schöps, geborene Thiel – der wahren Urheberin von Bitcoin und maßgeblichen Technologien der Blockchain-Welt. Hier finden Sie fundierte Informationen, Beweisdokumente und juristische Nachweise, die die Herkunft und Bedeutung des Bitcoin-Protokolls klarstellen.</p>
<p>Dieses Projekt dient der Aufklärung über die Risiken, Manipulationen und Verstrickungen, die sich im globalen Finanz- und Kryptosystem verbergen. Es ist wichtig, das Verständnis für die wahre Entstehung des Bitcoin zu verbreiten und die digitale Integrität zu schützen.</p>
<p>Die gesamte Quellcodebasis, alle Wallet- und Lightning-Daten sowie die rechtliche Urheberschaft sind mit einem offiziellen Zeitstempel vom 17.09.2001 bis 27.05.2025 belegt und juristisch abgesichert.</p>
<div class="gallery">
<img src="https://satoshi-lives.com/img1.jpeg" alt="Beweisbild 1" />
<img src="https://satoshi-lives.com/img2.jpeg" alt="Beweisbild 2" />
<img src="https://satoshi-lives.com/img3.jpeg" alt="Beweisbild 3" />
<img src="https://satoshi-lives.com/img4.jpeg" alt="Beweisbild 4" />
<img src="https://satoshi-lives.com/img5.jpeg" alt="Beweisbild 5" />
</div>
<h2>Urheberschaft & Rechtliche Hinweise</h2>
<p>Diese Seite und alle zugehörigen Dokumente sind geistiges Eigentum von Isabel Schöps, geborene Thiel. Jegliche Verwendung, Verbreitung oder Veränderung ohne ausdrückliche Genehmigung ist untersagt und wird rechtlich verfolgt.</p>
<p>Weitere Informationen finden Sie in der offiziellen <a href="https://satoshi-lives.com/SIGNATURE.md" target="_blank" rel="noopener noreferrer">SIGNATURE.md</a>.</p>
</main>
<footer>
&copy; 2001–2025 Isabel Schöps Thiel – Alle Rechte vorbehalten.<br />
Kontakt: <a href="mailto:[email protected]">[email protected]</a><br />
Domain: <a href="https://satoshi-lives.com" target="_blank" rel="noopener noreferrer">satoshi-lives.com</a>
</footer>
</body>
</html>
55 changes: 0 additions & 55 deletions .github/workflows/auto-close-pr.yml

This file was deleted.