summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.prettierrc3
-rw-r--r--src/404.html16
-rw-r--r--src/css/guzzle.css10
-rw-r--r--src/index.html46
-rw-r--r--src/lul.html30
5 files changed, 52 insertions, 53 deletions
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 @@
<html>
<head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <title>guzzle guzzle</title>
- <meta name="description" content="seth's server for random stuff" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="stylesheet" href="css/guzzle.css" />
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <title>guzzle guzzle</title>
+ <meta name="description" content="seth's server for random stuff" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="css/guzzle.css" />
</head>
<body>
- <p>uh that file isn't here. maybe try again? (404 error)</p>
+ <p>uh that file isn't here. maybe try again? (404 error)</p>
</body>
-</html> \ No newline at end of file
+</html>
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 @@
<!DOCTYPE html>
<html>
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <title>guzzle guzzle</title>
- <meta name="description" content="seth's server for random stuff" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="stylesheet" href="css/guzzle.css" />
- </head>
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <title>guzzle guzzle</title>
+ <meta name="description" content="seth's server for random stuff" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="css/guzzle.css" />
+ </head>
- <body>
- <div class="content">
- <p>
- i'm not sure why i wasted my money on this...have fun i guess
- </p>
- </div>
- <div class="content">
- <h1>servers currently running:</h1>
- <ul>
- <li>1.19.2 quilt server (w/ origins)</li>
- </ul>
- <br>
- <b><a href="lul.html">click me</a></b>
- </div>
- </body>
+ <body>
+ <div class="content">
+ <p>
+ i'm not sure why i wasted my money on this...have fun i guess
+ </p>
+ </div>
+ <div class="content">
+ <h1>servers currently running:</h1>
+ <ul>
+ <li>1.19.2 quilt server (w/ origins)</li>
+ </ul>
+ <br>
+ <b><a href="lul.html">click me</a></b>
+ </div>
+ </body>
</html>
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 @@
<!DOCTYPE html>
<html>
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <title>fard</title>
- <!-- <meta name="description" content="yuh"/> -->
- <!-- <meta name="viewport" content="width=device-width, initial-scale=1"/> -->
- <link rel="stylesheet" href="css/guzzle.css" />
- </head>
- <body>
- <div id="vidya">
- <video width="1280" height="720" controls autoplay muted>
- <source src="files/rickroll.mp4" type="video/mp4">
- </video>
- </div>
- </body>
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <title>fard</title>
+ <!-- <meta name="description" content="yuh"/> -->
+ <!-- <meta name="viewport" content="width=device-width, initial-scale=1"/> -->
+ <link rel="stylesheet" href="css/guzzle.css" />
+ </head>
+ <body>
+ <div id="vidya">
+ <video width="1280" height="720" controls autoplay muted>
+ <source src="files/rickroll.mp4" type="video/mp4">
+ </video>
+ </div>
+ </body>
</html>