Introducing a very barebones admin UI for managing buckets. I would
[catagits/App-IdiotBox.git] / share / html / delete.html
diff --git a/share/html/delete.html b/share/html/delete.html
new file mode 100644 (file)
index 0000000..45f85ee
--- /dev/null
@@ -0,0 +1,13 @@
+        <div id="main-content">
+
+          <div id="custom-html">        
+            <h1>
+              Do you really want to delete this bucket:
+            </h1>
+              <span class="bucket-name">THIS IZ MAI BUKKIT</span>
+            <a class="confirm-yes">Yes</a>
+            <br /><br /><a href="/admin">No</a>
+          </div>
+          
+<!-- END MAIN CONTENT -->        
+        </div>