From 5964a84dcd80c7d596d54658a3a025a466b7419d Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sat, 24 May 2025 11:38:08 -0400 Subject: [PATCH] Init commit --- .gitignore | 0 LICENSE | 2 +- README.adoc | 8 ++++++++ index.html | 0 style.css | 0 5 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 README.adoc create mode 100644 index.html create mode 100644 style.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE b/LICENSE index 53bd35a..3347880 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Cutieguwu +Copyright (c) 2025 Olivia Bridie Alexandria Millicent Ivette Brooks Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..02b01f0 --- /dev/null +++ b/README.adoc @@ -0,0 +1,8 @@ += Cutieguwu Site +:toc: + +// Hello people reading the README source :) + +== Prelude + +The Cutieguwu website. diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29