From 3b4084c5848793f4c7f09ebcbe5684dddbd5b4ff Mon Sep 17 00:00:00 2001
From: gnat
+ scripting
+ one may easily use this page from the command line with curl:
+ curl -X POST 'https://puppygirl.systems/bracelet.html' -d 'type=zap&strength=20&message=test%20using%20curl'
+
+
diff --git a/css/styles.css b/css/styles.css
deleted file mode 100644
index dc2504b..0000000
--- a/css/styles.css
+++ /dev/null
@@ -1,7 +0,0 @@
-body {
- background-color: #ebdbb2;
- color:#282828;
-}
-a {
- text-decoration: none;
-}
diff --git a/css/test.css b/css/test.css
deleted file mode 100644
index 6d47493..0000000
--- a/css/test.css
+++ /dev/null
@@ -1,14 +0,0 @@
-body {
- background-color: #ebdbb2;
- color:#282828;
-}
-a {
- text-decoration: none;
-}
-section {
- display: flex;
- width: 400px;
- height: 500px;
- background-color: lightgray;
-}
-
diff --git a/index.html b/index.html
index 3671a7d..e0ab8c9 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
-
+
this is a test
-