diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-08 18:21:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-08 18:21:33 +0200 |
| commit | f4e5259b6ac052befb6159f8adab5d2022e1af50 (patch) | |
| tree | bc2de30cf374b408c759c5281fc9cee2671a5605 /about | |
| parent | 8a78337ea4dcb0b154bd1c754218ca01c8f9015d (diff) | |
Update content for html
Diffstat (limited to 'about')
| -rw-r--r-- | about/dtail.html | 2 | ||||
| -rw-r--r-- | about/index.html | 2 | ||||
| -rw-r--r-- | about/novels.html | 2 | ||||
| -rw-r--r-- | about/resources.html | 2 | ||||
| -rw-r--r-- | about/showcase.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/about/dtail.html b/about/dtail.html index 90752748..c4b7fae4 100644 --- a/about/dtail.html +++ b/about/dtail.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> </head> -<body class="rfx-boot"> +<body> <div class="rfx-overlay-grid"></div> <div class="rfx-overlay-scanlines"></div> <div id="rfx-stars"></div> diff --git a/about/index.html b/about/index.html index 03f42412..65896d63 100644 --- a/about/index.html +++ b/about/index.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> </head> -<body class="rfx-boot"> +<body> <div class="rfx-overlay-grid"></div> <div class="rfx-overlay-scanlines"></div> <div id="rfx-stars"></div> diff --git a/about/novels.html b/about/novels.html index 17d69f2e..bd3bb09f 100644 --- a/about/novels.html +++ b/about/novels.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> </head> -<body class="rfx-boot"> +<body> <div class="rfx-overlay-grid"></div> <div class="rfx-overlay-scanlines"></div> <div id="rfx-stars"></div> diff --git a/about/resources.html b/about/resources.html index a1f14616..a3ad4fe1 100644 --- a/about/resources.html +++ b/about/resources.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> </head> -<body class="rfx-boot"> +<body> <div class="rfx-overlay-grid"></div> <div class="rfx-overlay-scanlines"></div> <div id="rfx-stars"></div> diff --git a/about/showcase.html b/about/showcase.html index 70813549..bf58cac5 100644 --- a/about/showcase.html +++ b/about/showcase.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> </head> -<body class="rfx-boot"> +<body> <div class="rfx-overlay-grid"></div> <div class="rfx-overlay-scanlines"></div> <div id="rfx-stars"></div> |
