-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguide.html
More file actions
39 lines (39 loc) · 1.35 KB
/
guide.html
File metadata and controls
39 lines (39 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title data-key="guide_title">Guide - Emulazione su Android</title>
<link rel="stylesheet" href="styles.css">
<script src="translations.js"></script>
<script src="guide.js" defer></script>
</head>
<body>
<header>
<div class="header-content">
<div class="logo-section">
<img src="Logo_MK1.png" alt="Android Emulation Hub Logo" class="logo">
<h1 id="title" data-key="title">Emulazione su Android</h1>
</div>
<nav>
<button onclick="changeLanguage('it')">Italiano</button>
<button onclick="changeLanguage('en')">English</button>
</nav>
</div>
</header>
<main>
<section class="content-section">
<div class="section-header">
<h2 data-key="guide_title">Guide</h2>
<button class="back-btn" onclick="window.location.href='index.html'" data-key="back_home">← Torna alla Home</button>
</div>
<ul>
<!-- Contenuto dinamico -->
</ul>
</section>
</main>
<footer>
<p>© 2025 <span data-key="footer">Emulazione su Android</span></p>
</footer>
</body>
</html>