|
1 | 1 | <!DOCTYPE html> |
2 | | -<html lang="pt"> |
| 2 | +<html lang="de"> |
3 | 3 | <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> |
19 | 19 | </head> |
20 | 20 | <body> |
21 | 21 | <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 | + }); |
26 | 26 | </script> |
27 | 27 | </body> |
28 | 28 | </html> |
0 commit comments