Initial Commit
This commit is contained in:
commit
92b76cb903
4 changed files with 42 additions and 0 deletions
12
public/index.html
Normal file
12
public/index.html
Normal 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
9
public/stylesheet.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
body {
|
||||
background-color: #f08080;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: black;
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
}
|
12
src/index.html
Normal file
12
src/index.html
Normal 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
9
src/stylesheet.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
body {
|
||||
background-color: #f08080;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: black;
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
}
|
Loading…
Reference in a new issue