Skip to content

Commit a4c7900

Browse files
other language pages
1 parent 35e6ec3 commit a4c7900

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

site/pt.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
<!DOCTYPE html>
2-
<html lang="pt">
2+
<html lang="de">
33
<head>
4-
<meta charset="UTF-8">
5-
<title>Wozzeck Partitura Anotada</title>
6-
<meta name="viewport" content="width=device-width" />
7-
<link rel="preconnect" href="https://fonts.googleapis.com">
8-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9-
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
10-
<link rel="stylesheet" href="styles/styles.css">
11-
<link rel="icon" type="image/x-icon" href="https://musique.umontreal.ca/favicon-32x32.png">
12-
<script>
13-
(function() {
14-
if (localStorage.getItem('theme') === 'light') {
15-
document.documentElement.setAttribute('data-theme', 'light');
16-
}
17-
})();
18-
</script>
4+
<meta charset="UTF-8">
5+
<title>Wozzeck Annotierte Partitur</title>
6+
<meta name="viewport" content="width=device-width" />
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
10+
<link rel="stylesheet" href="styles/styles.css">
11+
<link rel="icon" type="image/x-icon" href="https://musique.umontreal.ca/favicon-32x32.png">
12+
<script>
13+
(function() {
14+
if (localStorage.getItem('theme') === 'light') {
15+
document.documentElement.setAttribute('data-theme', 'light');
16+
}
17+
})();
18+
</script>
1919
</head>
2020
<body>
2121
<script type="module" src="./src/main.ts"></script>
22-
<script>
23-
document.addEventListener("DOMContentLoaded", () => {
24-
window.buildWindow("pt");
25-
});
22+
<script>
23+
document.addEventListener("DOMContentLoaded", () => {
24+
window.buildWindow("pt");
25+
});
2626
</script>
2727
</body>
2828
</html>

site/vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export default defineConfig({
1010
// Add other HTML files here
1111
french: 'fr.html',
1212
english: 'en.html',
13+
german: 'de.html',
14+
portuguese: 'pt.html'
1315
},
1416
},
1517
outDir: "dist",

0 commit comments

Comments
 (0)