From a0390f51c9cd695b8ab6629234f29adcd4fc61c5 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 7 Jan 2023 01:41:30 -0500 Subject: fix: use tabs instead of space --- src/.prettierrc | 3 +-- src/404.html | 16 ++++++++-------- src/css/guzzle.css | 10 +++++----- src/index.html | 46 +++++++++++++++++++++++----------------------- src/lul.html | 30 +++++++++++++++--------------- 5 files changed, 52 insertions(+), 53 deletions(-) (limited to 'src') diff --git a/src/.prettierrc b/src/.prettierrc index 222861c..c959087 100644 --- a/src/.prettierrc +++ b/src/.prettierrc @@ -1,4 +1,3 @@ { - "tabWidth": 2, - "useTabs": false + "useTabs": true } diff --git a/src/404.html b/src/404.html index 667409a..82b8bc4 100644 --- a/src/404.html +++ b/src/404.html @@ -2,16 +2,16 @@ - - - guzzle guzzle - - - + + + guzzle guzzle + + + -

uh that file isn't here. maybe try again? (404 error)

+

uh that file isn't here. maybe try again? (404 error)

- \ No newline at end of file + diff --git a/src/css/guzzle.css b/src/css/guzzle.css index ac224f2..552b749 100644 --- a/src/css/guzzle.css +++ b/src/css/guzzle.css @@ -1,13 +1,13 @@ body { - background-color: tan; - font-family: monospace; + background-color: tan; + font-family: monospace; } .content p,li { - font-size: large; + font-size: large; } #vidya { - display: flex; - justify-content: center; + display: flex; + justify-content: center; } diff --git a/src/index.html b/src/index.html index 8e1d890..4f3e3a8 100644 --- a/src/index.html +++ b/src/index.html @@ -1,27 +1,27 @@ - - - - guzzle guzzle - - - - + + + + guzzle guzzle + + + + - -
-

- i'm not sure why i wasted my money on this...have fun i guess -

-
-
-

servers currently running:

- -
- click me -
- + +
+

+ i'm not sure why i wasted my money on this...have fun i guess +

+
+
+

servers currently running:

+ +
+ click me +
+ diff --git a/src/lul.html b/src/lul.html index 4c6d875..afbc85a 100644 --- a/src/lul.html +++ b/src/lul.html @@ -1,18 +1,18 @@ - - - - fard - - - - - -
- -
- + + + + fard + + + + + +
+ +
+ -- cgit v1.2.3