Skip to content

Commit 7d87e37

Browse files
Update setup.html
1 parent 0ba2449 commit 7d87e37

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

setup.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="ro">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6-
<title>HyperOS Setup</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Configurare HyperOS</title>
77
<link rel="stylesheet" href="style.css" />
88
</head>
9-
<body>
10-
<div class="setup-screen">
11-
<h1>Bine ai venit în HyperOS</h1>
12-
<p>Selectează fundalul și începe</p>
13-
<button onclick="completeSetup()">Începe</button>
14-
</div>
9+
<body class="setup-screen">
10+
<h1>Bine ai venit în HyperOS</h1>
11+
<p>Alege fundalul și începe experiența.</p>
12+
<button onclick="completeSetup()">Continuă</button>
13+
1514
<script>
1615
function completeSetup() {
1716
localStorage.setItem('setupDone', 'true');

0 commit comments

Comments
 (0)