Skip to content

Commit 9abda63

Browse files
Voeg basis HTML-structuur toe voor Arch Linux gids
1 parent 31f20dd commit 9abda63

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

public/index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)