diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-14 20:00:45 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-15 02:31:02 +0200 |
commit | a69e05598650eea332c9bf2dfdff5196f7b81aba (patch) | |
tree | 1477054fe016f13cde99c0087638b2e93e82b80b | |
parent | b14eaae221c3ed3aeed9a884c400f4947c45b393 (diff) |
Move example files to a separate directory.
-rw-r--r-- | example/example.html (renamed from example.html) | 2 | ||||
-rw-r--r-- | example/style.css (renamed from src/style2.css) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/example.html b/example/example.html index 67e8300..d003598 100644 --- a/example.html +++ b/example/example.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hemsida</title> - <link rel="stylesheet" href="/style2.css"> + <link rel="stylesheet" href="/example/style.css"> </head> <body> <div id="wrapper"> diff --git a/src/style2.css b/example/style.css index dfeaee5..dfeaee5 100644 --- a/src/style2.css +++ b/example/style.css |