Hotfix: Styling and organization.

This commit is contained in:
Olivia Brooks
2025-06-02 12:15:24 -04:00
parent 220485a74c
commit 0e14d3c9b1
12 changed files with 19 additions and 19 deletions

View File

@@ -5,8 +5,8 @@
<title>400 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

@@ -5,8 +5,8 @@
<title>401 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

@@ -5,8 +5,8 @@
<title>403 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

@@ -5,8 +5,8 @@
<title>404 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

@@ -5,8 +5,8 @@
<title>500 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

@@ -5,8 +5,8 @@
<title>501 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

@@ -5,8 +5,8 @@
<title>502 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

@@ -5,8 +5,8 @@
<title>503 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

@@ -5,8 +5,8 @@
<title>504 | Cutieguwu</title>
<link rel="icon" type="image/x-icon" href="test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description" content="Cutieguwu's Official website" />
<meta

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -27,7 +27,7 @@ hr {
.viewport {
height: 100vh;
width: 100vw;
background-image: url(test-image.jpg);
background-image: url(img/test-image.jpg);
background-position: center;
background-size: cover;
align-items: flex-start;