Change system to output results to the website rather than a webhook.
This commit is contained in:
parent
804e7c7bec
commit
fb6c8c5d02
2 changed files with 29 additions and 0 deletions
17
docs/index.html
Normal file
17
docs/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
||||
<hr>
|
||||
<div>
|
||||
<!-- BOTTOM -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
12
docs/style.css
Normal file
12
docs/style.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.emoji {
|
||||
width: 25px;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.quote {
|
||||
vertical-align: middle;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue