-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu-en.html
More file actions
72 lines (69 loc) · 3.46 KB
/
Copy pathmenu-en.html
File metadata and controls
72 lines (69 loc) · 3.46 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en" class="menu">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>VICCI – Menu EN</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/png" href="/assets/icons/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon/favicon.svg" />
<link rel="shortcut icon" href="/assets/icons/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Vicci" />
<link rel="manifest" href="/assets/icons/favicon/site.webmanifest" />
<link rel="canonical" href="https://vicci.pt/menu-pt.html">
<link rel="alternate" href="https://vicci.pt/menu-pt.html" hreflang="pt-PT">
<link rel="alternate" href="https://vicci.pt/menu-en.html" hreflang="en">
<link rel="alternate" href="https://vicci.pt/menu-fr.html" hreflang="fr">
<link rel="alternate" href="https://vicci.pt/" hreflang="x-default">
<!-- PWA basics -->
<link rel="manifest" href="/assets/icons/favicon/site.webmanifest" />
<meta name="theme-color" content="#a13765" />
<!-- iOS PWA -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Vicci">
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://vicci.pt/menu-en.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Vicci">
<meta property="og:description" content="Geladaria e Creparia">
<meta property="og:image" content="https://vicci.pt/assets/icons/favicon/web-app-manifest-512x512.png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="vicci.pt/menu-en.html">
<meta property="twitter:url" content="https://vicci.pt">
<meta name="twitter:title" content="Vicci">
<meta name="twitter:description" content="Geladaria e Creparia">
<meta name="twitter:image" content="https://vicci.pt/assets/icons/favicon/web-app-manifest-512x512.png">
</head>
<body class="menu">
<!-- Fixed top bar with logo and language flags -->
<header class="topbar" role="banner" aria-label="Main site bar">
<a class="brandmark" href="index.html" aria-label="VICCI – Home">
<img src="./assets/images/logo.jpg" alt="VICCI" />
</a>
<nav class="langswitch" aria-label="Language selector">
<a href="menu-en.html" aria-current="page" aria-label="English menu">
<img src="./assets/icons/bandeira-en.svg" alt="English" />
</a>
<a href="menu-fr.html" aria-label="French menu">
<img src="./assets/icons/bandeira-fr.svg" alt="Français" />
</a>
<a href="menu-pt.html" aria-label="Portuguese menu">
<img src="./assets/icons/bandeira-pt.svg" alt="Português" />
</a>
</nav>
</header>
<main class="menu-page" role="main">
<div class="imgcontainer">
<img src="imagens/EN.png" alt="VICCI Menu (English)" loading="eager" />
</div>
</main>
<div id="site-footer"></div>
<script src="assets/js/footer.js" defer></script>
<script src="assets/js/pwa-navigation.js" defer></script>
</body>
</html>