0
0
Fork 0

Remove the old docs site

This commit is contained in:
Oliver-Akins 2022-01-05 16:21:19 -07:00
parent 60a83eef3d
commit 60b82263b7
2 changed files with 0 additions and 38 deletions

View file

@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quote Bracket Results</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h2 class="center">Quote Bracket Results</h2>
<p>
Unfortunately this website isn't compatible with the new version of
the Quote Bracket, if you would like to see this return let Alkali know.
</p>
</body>
</html>

View file

@ -1,21 +0,0 @@
.center {
text-align: center;
}
.emoji {
width: 25px;
vertical-align: inherit;
}
.quote {
vertical-align: middle;
}
.container {
flex-direction: column-reverse;
display: flex;
}
.container hr {
width: 100%;
}