Sascha Schulz
2024-02-05 904d9655997b1cb46bb8044843465c8045092af8
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Alternative Css</title>
        <link href="main.css" rel="stylesheet" title="default">
        <link href="dark.css" rel="alternate stylesheet" title="dark">
    </head>
    <body>
        <p>Dies ist ein Text</p>
    </body>
</html>