Initial Commit

This commit is contained in:
Riley Housden 2021-12-21 06:16:01 -05:00
commit 92b76cb903
Signed by: InValidFire
GPG Key ID: 0D6208F6DF56B4D8
4 changed files with 42 additions and 0 deletions

12
public/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<head>
<title>quack!</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<pre>
quack! fuck you empty
=====================
>:(
</pre>
</body>

9
public/stylesheet.css Normal file
View File

@ -0,0 +1,9 @@
body {
background-color: #f08080;
}
pre {
color: black;
font-size: large;
text-align: center;
}

12
src/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<head>
<title>quack!</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<pre>
quack! fuck you empty
=====================
>:(
</pre>
</body>

9
src/stylesheet.css Normal file
View File

@ -0,0 +1,9 @@
body {
background-color: #f08080;
}
pre {
color: black;
font-size: large;
text-align: center;
}