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 31f20dd commit 9abda63Copy full SHA for 9abda63
public/index.html
@@ -0,0 +1,31 @@
1
+
2
+<!DOCTYPE html>
3
+<html lang="nl">
4
+<head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Arch Linux zonder piepjes</title>
8
+ <link rel="stylesheet" href="styles.css">
9
+</head>
10
+<body>
11
+ <header>
12
+ <h1>Arch Linux zonder piepjes</h1>
13
+ <p>Een gids om ongewenste PC Speaker geluiden uit te schakelen</p>
14
+ </header>
15
16
+ <main>
17
+ <section>
18
+ <h2>PC Speaker uitschakelen</h2>
19
+ <div class="content">
20
+ <!-- Content zal hier worden toegevoegd -->
21
+ </div>
22
+ </section>
23
+ </main>
24
25
+ <footer>
26
+ <p>Gemaakt voor Arch Linux gebruikers</p>
27
+ </footer>
28
29
+ <script src="script.js"></script>
30
+</body>
31
+</html>
0 commit comments