|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | | - <title>Windows XP</title> |
6 | | - <link rel="manifest" href="https://progressier.app/2EA8ChwJUsvbDSyPRnat/progressier.json"/> |
7 | | - <script defer src="https://progressier.app/2EA8ChwJUsvbDSyPRnat/script.js"></script> |
8 | | - <link href="/icon/favicon (5).ico" rel="icon" type="image/x-icon"> |
9 | | - <meta name="description" content="Windows XP Experience"> |
| 5 | + <title></title> |
| 6 | + <meta name="description" content="Windows XP Simulator> |
10 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
11 | 8 |
|
12 | | - <!-- Google Sans Font --> |
13 | | - <link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600&display=swap" rel="stylesheet"> |
| 9 | + <!-- Font --> |
| 10 | + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap" rel="stylesheet"> |
14 | 11 |
|
15 | 12 | <style> |
16 | 13 | :root { |
17 | 14 | --bg: radial-gradient(1200px at top, #1b1f3b, #0a0c16); |
18 | 15 | --glass: rgba(255, 255, 255, 0.07); |
19 | 16 | --border: rgba(255, 255, 255, 0.18); |
20 | 17 | --glow: rgba(120, 140, 255, 0.45); |
21 | | - --header-text: #E8EAED; |
22 | | - --loader-text: #FFFFFF; |
23 | | - --loader-bg: rgba(33, 33, 33, 0.85); |
24 | 18 | } |
25 | 19 |
|
26 | 20 | * { |
27 | 21 | box-sizing: border-box; |
28 | | - font-family: "Google Sans", system-ui, sans-serif; |
| 22 | + font-family: "Inter", system-ui, sans-serif; |
29 | 23 | } |
30 | 24 |
|
31 | 25 | html, body { |
|
65 | 59 | height: 56px; |
66 | 60 | display: flex; |
67 | 61 | align-items: center; |
68 | | - padding: 0 24px; |
| 62 | + padding: 0 20px; |
69 | 63 | background: linear-gradient( |
70 | 64 | to bottom, |
71 | | - rgba(0,0,0,0.25), |
| 65 | + rgba(0,0,0,0.35), |
72 | 66 | rgba(0,0,0,0) |
73 | 67 | ); |
74 | 68 | z-index: 10; |
75 | 69 | pointer-events: none; |
76 | 70 | } |
77 | 71 |
|
78 | 72 | header span { |
79 | | - font-size: 16px; /* Material subtitle1 size */ |
80 | | - font-weight: 500; /* Medium */ |
81 | | - letter-spacing: 0.15px; |
82 | | - color: var(--header-text); |
| 73 | + font-size: 14px; |
| 74 | + letter-spacing: 0.14em; |
| 75 | + color: rgba(255,255,255,0.85); |
83 | 76 | } |
84 | 77 |
|
85 | 78 | iframe { |
|
94 | 87 | display: flex; |
95 | 88 | align-items: center; |
96 | 89 | justify-content: center; |
97 | | - font-size: 14px; /* Material body2 size */ |
98 | | - font-weight: 500; /* Medium for visibility */ |
99 | | - letter-spacing: 0.1em; |
100 | | - color: var(--loader-text); |
101 | | - background: var(--loader-bg); |
102 | | - border-radius: 12px; |
| 90 | + font-size: 13px; |
| 91 | + letter-spacing: 0.2em; |
| 92 | + color: rgba(255,255,255,0.8); |
| 93 | + background: linear-gradient( |
| 94 | + 180deg, |
| 95 | + rgba(0,0,0,0.5), |
| 96 | + rgba(0,0,0,0.8) |
| 97 | + ); |
103 | 98 | transition: opacity 0.6s ease; |
104 | 99 | z-index: 20; |
105 | 100 | pointer-events: none; |
|
125 | 120 | <body> |
126 | 121 | <div class="container"> |
127 | 122 | <header> |
128 | | - <span>Windows XP Simulation</span> |
| 123 | + <span>Windows XP Simulator 2026</span> |
129 | 124 | </header> |
130 | 125 |
|
131 | | - <div class="loader" id="loader">LOADING WINDOWS_XP.iso</div> |
| 126 | + <div class="loader" id="loader">It will take a few seconds to start Windows XP.</div> |
132 | 127 |
|
133 | 128 | <iframe |
134 | 129 | src="https://xp.quenq.com" |
|
148 | 143 | </script> |
149 | 144 | </body> |
150 | 145 | </html> |
| 146 | + |
0 commit comments