diff options
| author | navewindre <nw@moneybot.cc> | 2023-11-15 02:20:31 +0100 |
|---|---|---|
| committer | navewindre <nw@moneybot.cc> | 2023-11-15 02:20:31 +0100 |
| commit | d4d5482b5f66209d17b9d786ffe0a13cf352fb15 (patch) | |
| tree | b379882c13bdeb64d1009ce64733a8f0b7d1054c /web/static_elements | |
| parent | 405737846f73753ade746b0506020f6720269a51 (diff) | |
cleanup halftime plugin, remove money string from bot plugin, push website
Diffstat (limited to 'web/static_elements')
| -rw-r--r-- | web/static_elements/f.html | 2 | ||||
| -rw-r--r-- | web/static_elements/h.html | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/web/static_elements/f.html b/web/static_elements/f.html new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/web/static_elements/f.html @@ -0,0 +1,2 @@ +</body> +</html> diff --git a/web/static_elements/h.html b/web/static_elements/h.html new file mode 100644 index 0000000..2169ce5 --- /dev/null +++ b/web/static_elements/h.html @@ -0,0 +1,10 @@ +<!doctype html> +<html> +<head> +<meta charset="utf-8"> +<link rel="stylesheet" href="style.css"> +<title>NETWORKHEAVEN</title> +</head> + +<body> +<H1>NETWORKHEAVEN.NET</H1> |
