We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656428b commit c662cc4Copy full SHA for c662cc4
settings.html
@@ -0,0 +1,20 @@
1
+<!DOCTYPE html>
2
+<html lang="ro">
3
+<head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>Setări</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+</head>
9
+<body class="app-page">
10
+ <h1>Setări</h1>
11
+ <p>Simulare aplicație Setări în HyperOS.</p>
12
+ <button onclick="goBack()">Înapoi</button>
13
+
14
+ <script>
15
+ function goBack() {
16
+ window.location.href = 'index.html';
17
+ }
18
+ </script>
19
+</body>
20
+</html>
0 commit comments