Update boot.html

This commit is contained in:
DJObleezy 2025-03-21 21:10:23 -07:00 committed by GitHub
parent 08fafe379a
commit 6383ec8958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
background: linear-gradient(135deg, #121212, #000000);
color: #f7931a;
font-family: 'VT323', monospace;
font-size: 16px;
font-size: 20px;
line-height: 1.4;
margin: 0;
padding: 10px;
@ -108,13 +108,13 @@
visibility: hidden;
text-align: center;
margin: 10px auto;
font-size: 16px;
font-size: 10px;
line-height: 1;
color: #f7931a;
text-shadow: 0 0 10px rgba(247, 147, 26, 0.8);
white-space: pre;
width: 450px;
padding: 15px;
width: 260px;
padding: 10px;
border: 2px solid #f7931a;
background-color: #0a0a0a;
box-shadow: 0 0 15px rgba(247, 147, 26, 0.5);
@ -158,7 +158,7 @@
border: none;
color: #f7931a;
font-family: 'VT323', monospace;
font-size: 16px;
font-size: 20px;
caret-color: transparent;
outline: none;
width: 20px;
@ -448,7 +448,7 @@ v.21
// Fallback messages (used immediately)
function setupFallbackMessages() {
bootMessages = [
{ text: "BITCOIN MINING SYSTEM v21.000.000\n", speed: 25, delay: 300 },
{ text: "BITCOIN OS - MINING SYSTEM - v21.000.000\n", speed: 25, delay: 300 },
{ text: "Copyright (c) 2009-2025 Satoshi Nakamoto\n", speed: 20, delay: 250 },
{ text: "All rights reserved.\n\n", speed: 25, delay: 300 },
{ text: "INITIALIZING SYSTEM...\n", speed: 25, delay: 300 },