summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-03-13 00:02:24 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-03-13 00:02:24 -0300
commitfa0493ae05d428b898205a2adf6c10bef23f7803 (patch)
tree53279d1e832cb4150cdbce5da00298474a21265e /static
primeiro commit
Diffstat (limited to 'static')
-rw-r--r--static/esquizo.pngbin0 -> 234054 bytes
-rw-r--r--static/style.css26
2 files changed, 26 insertions, 0 deletions
diff --git a/static/esquizo.png b/static/esquizo.png
new file mode 100644
index 0000000..dd9a6af
--- /dev/null
+++ b/static/esquizo.png
Binary files differ
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..bd2575b
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,26 @@
+body {
+ color: white;
+ background-color: black;
+
+ min-width: 800px;
+ width: 70%;
+ margin: auto;
+}
+
+.title {
+ display: flex;
+}
+
+.title h1 {
+ display: inline;
+ margin: 1px;
+}
+
+.title h2 {
+ margin: 1px;
+}
+
+.esquizo {
+ width: 100px;
+ display: inline;
+}