Skip to content

Commit 43b49c5

Browse files
authored
Update index.html
1 parent b1852b9 commit 43b49c5

1 file changed

Lines changed: 21 additions & 25 deletions

File tree

index.html

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,24 @@
22
<html lang="en">
33
<head>
44
<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>
107
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
118

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">
1411

1512
<style>
1613
:root {
1714
--bg: radial-gradient(1200px at top, #1b1f3b, #0a0c16);
1815
--glass: rgba(255, 255, 255, 0.07);
1916
--border: rgba(255, 255, 255, 0.18);
2017
--glow: rgba(120, 140, 255, 0.45);
21-
--header-text: #E8EAED;
22-
--loader-text: #FFFFFF;
23-
--loader-bg: rgba(33, 33, 33, 0.85);
2418
}
2519

2620
* {
2721
box-sizing: border-box;
28-
font-family: "Google Sans", system-ui, sans-serif;
22+
font-family: "Inter", system-ui, sans-serif;
2923
}
3024

3125
html, body {
@@ -65,21 +59,20 @@
6559
height: 56px;
6660
display: flex;
6761
align-items: center;
68-
padding: 0 24px;
62+
padding: 0 20px;
6963
background: linear-gradient(
7064
to bottom,
71-
rgba(0,0,0,0.25),
65+
rgba(0,0,0,0.35),
7266
rgba(0,0,0,0)
7367
);
7468
z-index: 10;
7569
pointer-events: none;
7670
}
7771

7872
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);
8376
}
8477

8578
iframe {
@@ -94,12 +87,14 @@
9487
display: flex;
9588
align-items: center;
9689
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+
);
10398
transition: opacity 0.6s ease;
10499
z-index: 20;
105100
pointer-events: none;
@@ -125,10 +120,10 @@
125120
<body>
126121
<div class="container">
127122
<header>
128-
<span>Windows XP Simulation</span>
123+
<span>Windows XP Simulator 2026</span>
129124
</header>
130125

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>
132127

133128
<iframe
134129
src="https://xp.quenq.com"
@@ -148,3 +143,4 @@
148143
</script>
149144
</body>
150145
</html>
146+

0 commit comments

Comments
 (0)