0
0
Fork 0

Change system to output results to the website rather than a webhook.

This commit is contained in:
Tyler-A 2020-04-23 20:06:52 -06:00
parent 804e7c7bec
commit fb6c8c5d02
2 changed files with 29 additions and 0 deletions

17
docs/index.html Normal file
View 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>