summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhtml/footer.html32
-rwxr-xr-xhtml/header.html32
-rwxr-xr-xhtml/main.html32
-rwxr-xr-xhtml/navbar.html18
-rwxr-xr-xhtml/stylesheets.html32
-rwxr-xr-xsignin/content.html32
-rwxr-xr-xsignup/content.html32
-rwxr-xr-xsignup/verify/content.html32
8 files changed, 130 insertions, 112 deletions
diff --git a/html/footer.html b/html/footer.html
index c5fc9a3..3eb615a 100755
--- a/html/footer.html
+++ b/html/footer.html
@@ -1,20 +1,20 @@
<!--
- -- GNUfault.org - GNUfault's website
- -- Copyright (C) 2026 Connor Thomson
- --
- -- This program is free software: you can redistribute it and/or modify
- -- it under the terms of the GNU Affero General Public License as published by
- -- the Free Software Foundation, either version 3 of the License, or
- -- (at your option) any later version.
- --
- -- This program is distributed in the hope that it will be useful,
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -- GNU Affero General Public License for more details.
- --
- -- You should have received a copy of the GNU Affero General Public License
- -- along with this program. If not, see <https://www.gnu.org/licenses/>.
- -->
+ GNUfault.org - GNUfault's website
+ Copyright (C) 2026 Connor Thomson
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
<div class="footer">
<p>© {{year}} Connor Thomson. Content licensed under the <a href=https://creativecommons.org/licenses/by-sa/4.0/>Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</p>
diff --git a/html/header.html b/html/header.html
index 2f1f487..6667f71 100755
--- a/html/header.html
+++ b/html/header.html
@@ -1,21 +1,21 @@
<!--
- -- GNUfault.org - GNUfault's website
- -- Copyright (C) 2026 Connor Thomson
- --
- -- This program is free software: you can redistribute it and/or modify
- -- it under the terms of the GNU Affero General Public License as published by
- -- the Free Software Foundation, either version 3 of the License, or
- -- (at your option) any later version.
- --
- -- This program is distributed in the hope that it will be useful,
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -- GNU Affero General Public License for more details.
- --
- -- You should have received a copy of the GNU Affero General Public License
- -- along with this program. If not, see <https://www.gnu.org/licenses/>.
- -->
+ GNUfault.org - GNUfault's website
+ Copyright (C) 2026 Connor Thomson
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
+
<div class="header">
<a href="/">
<div class="banner">
diff --git a/html/main.html b/html/main.html
index eeee259..db71067 100755
--- a/html/main.html
+++ b/html/main.html
@@ -1,20 +1,20 @@
<!--
- -- GNUfault.org - GNUfault's website
- -- Copyright (C) 2026 Connor Thomson
- --
- -- This program is free software: you can redistribute it and/or modify
- -- it under the terms of the GNU Affero General Public License as published by
- -- the Free Software Foundation, either version 3 of the License, or
- -- (at your option) any later version.
- --
- -- This program is distributed in the hope that it will be useful,
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -- GNU Affero General Public License for more details.
- --
- -- You should have received a copy of the GNU Affero General Public License
- -- along with this program. If not, see <https://www.gnu.org/licenses/>.
- -->
+ GNUfault.org - GNUfault's website
+ Copyright (C) 2026 Connor Thomson
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
<!DOCTYPE html>
<html lang="en">
diff --git a/html/navbar.html b/html/navbar.html
index a9f9537..e2869b7 100755
--- a/html/navbar.html
+++ b/html/navbar.html
@@ -1,3 +1,21 @@
+<!--
+ GNUfault.org - GNUfault's website
+ Copyright (C) 2026 Connor Thomson
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
+
<div>
<a href="/">Home</a>
</div>
diff --git a/html/stylesheets.html b/html/stylesheets.html
index bd8c9f7..e458dfe 100755
--- a/html/stylesheets.html
+++ b/html/stylesheets.html
@@ -1,20 +1,20 @@
<!--
- -- GNUfault.org - GNUfault's website
- -- Copyright (C) 2026 Connor Thomson
- --
- -- This program is free software: you can redistribute it and/or modify
- -- it under the terms of the GNU Affero General Public License as published by
- -- the Free Software Foundation, either version 3 of the License, or
- -- (at your option) any later version.
- --
- -- This program is distributed in the hope that it will be useful,
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -- GNU Affero General Public License for more details.
- --
- -- You should have received a copy of the GNU Affero General Public License
- -- along with this program. If not, see <https://www.gnu.org/licenses/>.
- -->
+ GNUfault.org - GNUfault's website
+ Copyright (C) 2026 Connor Thomson
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
<link rel="stylesheet" href="/css/{{device}}/body.css">
<link rel="stylesheet" href="/css/{{device}}/content.css">
diff --git a/signin/content.html b/signin/content.html
index 90fcafa..458ecfb 100755
--- a/signin/content.html
+++ b/signin/content.html
@@ -1,19 +1,19 @@
<!--
- -- GNUfault.org - GNUfault's website
- -- Copyright (C) 2026 Connor Thomson
- --
- -- This program is free software: you can redistribute it and/or modify
- -- it under the terms of the GNU Affero General Public License as published by
- -- the Free Software Foundation, either version 3 of the License, or
- -- (at your option) any later version.
- --
- -- This program is distributed in the hope that it will be useful,
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -- GNU Affero General Public License for more details.
- --
- -- You should have received a copy of the GNU Affero General Public License
- -- along with this program. If not, see <https://www.gnu.org/licenses/>.
- -->
+ GNUfault.org - GNUfault's website
+ Copyright (C) 2026 Connor Thomson
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
<p>WIP</p>
diff --git a/signup/content.html b/signup/content.html
index 9b681c5..6837f62 100755
--- a/signup/content.html
+++ b/signup/content.html
@@ -1,20 +1,20 @@
<!--
- -- GNUfault.org - GNUfault's website
- -- Copyright (C) 2026 Connor Thomson
- --
- -- This program is free software: you can redistribute it and/or modify
- -- it under the terms of the GNU Affero General Public License as published by
- -- the Free Software Foundation, either version 3 of the License, or
- -- (at your option) any later version.
- --
- -- This program is distributed in the hope that it will be useful,
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -- GNU Affero General Public License for more details.
- --
- -- You should have received a copy of the GNU Affero General Public License
- -- along with this program. If not, see <https://www.gnu.org/licenses/>.
- -->
+ GNUfault.org - GNUfault's website
+ Copyright (C) 2026 Connor Thomson
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
<h2>Create a GNUfault.org account</h2>
<hr>
diff --git a/signup/verify/content.html b/signup/verify/content.html
index 2ba116b..28b9fa0 100755
--- a/signup/verify/content.html
+++ b/signup/verify/content.html
@@ -1,20 +1,20 @@
<!--
- -- GNUfault.org - GNUfault's website
- -- Copyright (C) 2026 Connor Thomson
- --
- -- This program is free software: you can redistribute it and/or modify
- -- it under the terms of the GNU Affero General Public License as published by
- -- the Free Software Foundation, either version 3 of the License, or
- -- (at your option) any later version.
- --
- -- This program is distributed in the hope that it will be useful,
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -- GNU Affero General Public License for more details.
- --
- -- You should have received a copy of the GNU Affero General Public License
- -- along with this program. If not, see <https://www.gnu.org/licenses/>.
- -->
+ GNUfault.org - GNUfault's website
+ Copyright (C) 2026 Connor Thomson
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
<h2>Verify your GNUfault.org account</h2>
<hr>