From 34a53f54a8a0b090785fc2073a715a6c0f5be44b Mon Sep 17 00:00:00 2001 From: amelia Date: Fri, 1 Apr 2022 09:59:10 -0500 Subject: Add files via upload --- crates.json | 1 + index.html | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 crates.json create mode 100644 index.html diff --git a/crates.json b/crates.json new file mode 100644 index 0000000..68691ef --- /dev/null +++ b/crates.json @@ -0,0 +1 @@ +{"crates":[{"price":5,"name":"test","contents":[{"color":"#000000","rarity":"common","value":5},{"color":"#0c0c0c","rarity":"uncommon","value":10}]},{"price":10,"name":"test2","contents":[{"color":"#000000","rarity":"common","value":5}]}]} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..d66fff6 --- /dev/null +++ b/index.html @@ -0,0 +1,108 @@ + + + + + + color;) + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3