diff --git a/404.html b/404.html
deleted file mode 100644
index 260cc4c..0000000
--- a/404.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
- Page Not Found
-
-
-
-
-
- Page Not Found
- Sorry, but the page you were trying to view does not exist.
-
-
-
-
diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644
index 294e91d..0000000
--- a/LICENSE.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) HTML5 Boilerplate
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
deleted file mode 100644
index 21515ad..0000000
Binary files a/apple-touch-icon.png and /dev/null differ
diff --git a/browserconfig.xml b/browserconfig.xml
deleted file mode 100644
index 182142d..0000000
--- a/browserconfig.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/css/main.css b/css/main.css
deleted file mode 100644
index b9a9641..0000000
--- a/css/main.css
+++ /dev/null
@@ -1,433 +0,0 @@
-/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
-
-/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
-/*
- * What follows is the result of much research on cross-browser styling.
- * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
- * Kroc Camen, and the H5BP dev community and team.
- */
-
-/* ==========================================================================
- Base styles: opinionated defaults
- ========================================================================== */
-
-html {
- color: #222;
- font-size: 1em;
- line-height: 1.4;
-}
-
-/*
- * Remove text-shadow in selection highlight:
- * https://twitter.com/miketaylr/status/12228805301
- *
- * Vendor-prefixed and regular ::selection selectors cannot be combined:
- * https://stackoverflow.com/a/16982510/7133471
- *
- * Customize the background color to match your design.
- */
-
-::-moz-selection {
- background: #b3d4fc;
- text-shadow: none;
-}
-
-::selection {
- background: #b3d4fc;
- text-shadow: none;
-}
-
-/*
- * A better looking default horizontal rule
- */
-
-hr {
- display: block;
- height: 1px;
- border: 0;
- border-top: 1px solid #ccc;
- margin: 1em 0;
- padding: 0;
-}
-
-/*
- * Remove the gap between audio, canvas, iframes,
- * images, videos and the bottom of their containers:
- * https://github.com/h5bp/html5-boilerplate/issues/440
- */
-
-audio,
-canvas,
-iframe,
-img,
-svg,
-video {
- vertical-align: middle;
-}
-
-/*
- * Remove default fieldset styles.
- */
-
-fieldset {
- border: 0;
- margin: 0;
- padding: 0;
-}
-
-/*
- * Allow only vertical resizing of textareas.
- */
-
-textarea {
- resize: vertical;
-}
-
-/* ==========================================================================
- Author's custom styles
- ========================================================================== */
-#header {
- background-color: #171a21;
- color: #c6d4df;
-}
-
-#form {
- background-image: linear-gradient(180deg, #171a21, #1b2838);
- min-height: 750px;
- color: #c6d4df;
-}
-
-#footer {
- width: 100%;
- height: 60px;
- line-height: 60px;
- text-align: center;
- background-color: #171a21;
- color: lightsteelblue;
-}
-
-hr{
- border-top: 3px solid #cccccc;
-}
-
-body, html {
- margin: 0px;
- background-color: #171a21;
- transition: all 0.4s ease 0s;
- color: #d3dade;
-}
-
-p{
- margin-bottom: 0;
-}
-
-input, select, textarea {
- border-radius: 3px;
- background-color: #316282;
- color: #d3dade;
- border: 1px solid #22445b;
-}
-
-#submitButton {
- border-radius: 5px;
- border:0;
- min-width: 150px;
- min-height: 50px;
- background-image: linear-gradient(#5c7e10, #4c6b22);
- color: #ffffff;
-}
-
-#submitButton:hover {
- background-image: linear-gradient(#92c91a, #84b83b);
- box-shadow: #000000 3px 3px 5px;
-}
-
-#backButton {
- border-radius: 5px;
- border:0;
- min-width: 150px;
- min-height: 50px;
- background-image: linear-gradient(#316282, #22445b);
- color: #ffffff;
-}
-
-#backButton:hover {
- background-image: linear-gradient(#b3d4fc, #a1c1ec);
- box-shadow: #000000 3px 3px 5px;
-}
-
-#deleteButton {
- border-radius: 5px;
- border:0;
- min-width: 150px;
- min-height: 50px;
- background-image: linear-gradient(#c51210, #5c1210);
- color: #ffffff;
-}
-
-#deleteButton:hover {
- background-image: linear-gradient(#e53333, #d51210);
- box-shadow: #000000 3px 3px 5px;
-}
-
-#successMessage {
- background-color: #4c6b22;
- color: #b3d4fc;
- min-height: 30px;
-}
-
-#errorMessage {
- background-color: darkred;
- color: #b3d4fc;
- min-height: 30px;
-}
-
-.warning {
- background-color: darkred;
- color: #b3d4fc;
- min-height: 30px;
- font-weight: bolder;
- font-size: 24px;
- text-align: center;
-}
-
-.tableCoverArt {
- max-height: 50px;
-}
-
-table{
- margin-bottom: 50px;
-}
-
-table, th, td {
- border-collapse: collapse;
-}
-
-th{
- background-color: #5c7e10;
- border: 1px solid #4c6b22;
- color: #ffffff;
- padding-left: 15px;
- padding-right: 15px;
-}
-
-td {
- padding-left: 15px;
- padding-right: 15px;
- border-left: 1px solid #5c7e10;
- border-right: 1px solid #5c7e10;
-}
-
-tbody tr:nth-child(even) {
- background-color: #1b2838;
- color: #d3dade;
-}
-
-tbody tr:nth-child(odd) {
- background-color: #171a21;
- color: #d3dade;
-}
-
-.overflow{
- overflow-x:auto;
-}
-
-@font-face {
- font-family: VT323;
- font-display: swap;
- src: url("../fonts/VT323-Regular.ttf");
-}
-
-@font-face {
- font-family: Oswald, "DejaVu Sans";
- font-display: swap;
- src: url("../fonts/Oswald-Regular.ttf");
-}
-
-@font-face {
- font-family: 'IBM Plex Mono';
- font-display: swap;
- src: url("../fonts/IBMPlexMono-Regular.ttf");
-}
-
-@font-face {
- font-family: 'IBM Plex Sans';
- font-display: swap;
- src: url("../fonts/IBMPlexSans-Regular.ttf");
-}
-
-
-/* ==========================================================================
- Helper classes
- ========================================================================== */
-
-/*
- * Hide visually and from screen readers
- */
-
-.hidden,
-[hidden] {
- display: none !important;
-}
-
-/*
- * Hide only visually, but have it available for screen readers:
- * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
- *
- * 1. For long content, line feeds are not interpreted as spaces and small width
- * causes content to wrap 1 word per line:
- * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
- */
-
-.sr-only {
- border: 0;
- clip: rect(0, 0, 0, 0);
- height: 1px;
- margin: -1px;
- overflow: hidden;
- padding: 0;
- position: absolute;
- white-space: nowrap;
- width: 1px;
- /* 1 */
-}
-
-/*
- * Extends the .sr-only class to allow the element
- * to be focusable when navigated to via the keyboard:
- * https://www.drupal.org/node/897638
- */
-
-.sr-only.focusable:active,
-.sr-only.focusable:focus {
- clip: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- position: static;
- white-space: inherit;
- width: auto;
-}
-
-/*
- * Hide visually and from screen readers, but maintain layout
- */
-
-.invisible {
- visibility: hidden;
-}
-
-/*
- * Clearfix: contain floats
- *
- * For modern browsers
- * 1. The space content is one way to avoid an Opera bug when the
- * `contenteditable` attribute is included anywhere else in the document.
- * Otherwise it causes space to appear at the top and bottom of elements
- * that receive the `clearfix` class.
- * 2. The use of `table` rather than `block` is only necessary if using
- * `:before` to contain the top-margins of child elements.
- */
-
-.clearfix::before,
-.clearfix::after {
- content: " ";
- display: table;
-}
-
-.clearfix::after {
- clear: both;
-}
-
-/* ==========================================================================
- EXAMPLE Media Queries for Responsive Design.
- These examples override the primary ('mobile first') styles.
- Modify as content requires.
- ========================================================================== */
-
-@media only screen and (min-width: 35em) {
- /* Style adjustments for viewports that meet the condition */
-}
-
-@media print,
- (-webkit-min-device-pixel-ratio: 1.25),
- (min-resolution: 1.25dppx),
- (min-resolution: 120dpi) {
- /* Style adjustments for high resolution devices */
-}
-
-/* ==========================================================================
- Print styles.
- Inlined to avoid the additional HTTP request:
- https://www.phpied.com/delay-loading-your-print-css/
- ========================================================================== */
-
-@media print {
- *,
- *::before,
- *::after {
- background: #fff !important;
- color: #000 !important;
- /* Black prints faster */
- box-shadow: none !important;
- text-shadow: none !important;
- }
-
- a,
- a:visited {
- text-decoration: underline;
- }
-
- a[href]::after {
- content: " (" attr(href) ")";
- }
-
- abbr[title]::after {
- content: " (" attr(title) ")";
- }
-
- /*
- * Don't show links that are fragment identifiers,
- * or use the `javascript:` pseudo protocol
- */
- a[href^="#"]::after,
- a[href^="javascript:"]::after {
- content: "";
- }
-
- pre {
- white-space: pre-wrap !important;
- }
-
- pre,
- blockquote {
- border: 1px solid #999;
- page-break-inside: avoid;
- }
-
- /*
- * Printing Tables:
- * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
- */
- thead {
- display: table-header-group;
- }
-
- tr,
- img {
- page-break-inside: avoid;
- }
-
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
-
- h2,
- h3 {
- page-break-after: avoid;
- }
-}
-
diff --git a/css/normalize.css b/css/normalize.css
deleted file mode 100644
index 192eb9c..0000000
--- a/css/normalize.css
+++ /dev/null
@@ -1,349 +0,0 @@
-/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
-
-/* Document
- ========================================================================== */
-
-/**
- * 1. Correct the line height in all browsers.
- * 2. Prevent adjustments of font size after orientation changes in iOS.
- */
-
-html {
- line-height: 1.15; /* 1 */
- -webkit-text-size-adjust: 100%; /* 2 */
-}
-
-/* Sections
- ========================================================================== */
-
-/**
- * Remove the margin in all browsers.
- */
-
-body {
- margin: 0;
-}
-
-/**
- * Render the `main` element consistently in IE.
- */
-
-main {
- display: block;
-}
-
-/**
- * Correct the font size and margin on `h1` elements within `section` and
- * `article` contexts in Chrome, Firefox, and Safari.
- */
-
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-/* Grouping content
- ========================================================================== */
-
-/**
- * 1. Add the correct box sizing in Firefox.
- * 2. Show the overflow in Edge and IE.
- */
-
-hr {
- box-sizing: content-box; /* 1 */
- height: 0; /* 1 */
- overflow: visible; /* 2 */
-}
-
-/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-
-pre {
- font-family: monospace, monospace; /* 1 */
- font-size: 1em; /* 2 */
-}
-
-/* Text-level semantics
- ========================================================================== */
-
-/**
- * Remove the gray background on active links in IE 10.
- */
-
-a {
- background-color: transparent;
-}
-
-/**
- * 1. Remove the bottom border in Chrome 57-
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
- */
-
-abbr[title] {
- border-bottom: none; /* 1 */
- text-decoration: underline; /* 2 */
- text-decoration: underline dotted; /* 2 */
-}
-
-/**
- * Add the correct font weight in Chrome, Edge, and Safari.
- */
-
-b,
-strong {
- font-weight: bolder;
-}
-
-/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-
-code,
-kbd,
-samp {
- font-family: monospace, monospace; /* 1 */
- font-size: 1em; /* 2 */
-}
-
-/**
- * Add the correct font size in all browsers.
- */
-
-small {
- font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` elements from affecting the line height in
- * all browsers.
- */
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-sup {
- top: -0.5em;
-}
-
-/* Embedded content
- ========================================================================== */
-
-/**
- * Remove the border on images inside links in IE 10.
- */
-
-img {
- border-style: none;
-}
-
-/* Forms
- ========================================================================== */
-
-/**
- * 1. Change the font styles in all browsers.
- * 2. Remove the margin in Firefox and Safari.
- */
-
-button,
-input,
-optgroup,
-select,
-textarea {
- font-family: inherit; /* 1 */
- font-size: 100%; /* 1 */
- line-height: 1.15; /* 1 */
- margin: 0; /* 2 */
-}
-
-/**
- * Show the overflow in IE.
- * 1. Show the overflow in Edge.
- */
-
-button,
-input { /* 1 */
- overflow: visible;
-}
-
-/**
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
- * 1. Remove the inheritance of text transform in Firefox.
- */
-
-button,
-select { /* 1 */
- text-transform: none;
-}
-
-/**
- * Correct the inability to style clickable types in iOS and Safari.
- */
-
-button,
-[type="button"],
-[type="reset"],
-[type="submit"] {
- -webkit-appearance: button;
-}
-
-/**
- * Remove the inner border and padding in Firefox.
- */
-
-button::-moz-focus-inner,
-[type="button"]::-moz-focus-inner,
-[type="reset"]::-moz-focus-inner,
-[type="submit"]::-moz-focus-inner {
- border-style: none;
- padding: 0;
-}
-
-/**
- * Restore the focus styles unset by the previous rule.
- */
-
-button:-moz-focusring,
-[type="button"]:-moz-focusring,
-[type="reset"]:-moz-focusring,
-[type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText;
-}
-
-/**
- * Correct the padding in Firefox.
- */
-
-fieldset {
- padding: 0.35em 0.75em 0.625em;
-}
-
-/**
- * 1. Correct the text wrapping in Edge and IE.
- * 2. Correct the color inheritance from `fieldset` elements in IE.
- * 3. Remove the padding so developers are not caught out when they zero out
- * `fieldset` elements in all browsers.
- */
-
-legend {
- box-sizing: border-box; /* 1 */
- color: inherit; /* 2 */
- display: table; /* 1 */
- max-width: 100%; /* 1 */
- padding: 0; /* 3 */
- white-space: normal; /* 1 */
-}
-
-/**
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
- */
-
-progress {
- vertical-align: baseline;
-}
-
-/**
- * Remove the default vertical scrollbar in IE 10+.
- */
-
-textarea {
- overflow: auto;
-}
-
-/**
- * 1. Add the correct box sizing in IE 10.
- * 2. Remove the padding in IE 10.
- */
-
-[type="checkbox"],
-[type="radio"] {
- box-sizing: border-box; /* 1 */
- padding: 0; /* 2 */
-}
-
-/**
- * Correct the cursor style of increment and decrement buttons in Chrome.
- */
-
-[type="number"]::-webkit-inner-spin-button,
-[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-
-/**
- * 1. Correct the odd appearance in Chrome and Safari.
- * 2. Correct the outline style in Safari.
- */
-
-[type="search"] {
- -webkit-appearance: textfield; /* 1 */
- outline-offset: -2px; /* 2 */
-}
-
-/**
- * Remove the inner padding in Chrome and Safari on macOS.
- */
-
-[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/**
- * 1. Correct the inability to style clickable types in iOS and Safari.
- * 2. Change font properties to `inherit` in Safari.
- */
-
-::-webkit-file-upload-button {
- -webkit-appearance: button; /* 1 */
- font: inherit; /* 2 */
-}
-
-/* Interactive
- ========================================================================== */
-
-/*
- * Add the correct display in Edge, IE 10+, and Firefox.
- */
-
-details {
- display: block;
-}
-
-/*
- * Add the correct display in all browsers.
- */
-
-summary {
- display: list-item;
-}
-
-/* Misc
- ========================================================================== */
-
-/**
- * Add the correct display in IE 10+.
- */
-
-template {
- display: none;
-}
-
-/**
- * Add the correct display in IE 10.
- */
-
-[hidden] {
- display: none;
-}
diff --git a/delete.html b/delete.html
deleted file mode 100644
index 72f63d8..0000000
--- a/delete.html
+++ /dev/null
@@ -1,310 +0,0 @@
-
-
-
-
-
- Delete Game
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Are you SURE you want to delete this game?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/edit.html b/edit.html
deleted file mode 100644
index 73f6b88..0000000
--- a/edit.html
+++ /dev/null
@@ -1,353 +0,0 @@
-
-
-
-
-
- Edit Game
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/favicon-16x16.png b/favicon-16x16.png
deleted file mode 100644
index cbca77a..0000000
Binary files a/favicon-16x16.png and /dev/null differ
diff --git a/favicon-32x32.png b/favicon-32x32.png
deleted file mode 100644
index 9dab81e..0000000
Binary files a/favicon-32x32.png and /dev/null differ
diff --git a/favicon.ico b/favicon.ico
deleted file mode 100644
index b3a893c..0000000
Binary files a/favicon.ico and /dev/null differ
diff --git a/fonts/IBMPlexMono-Regular.ttf b/fonts/IBMPlexMono-Regular.ttf
deleted file mode 100644
index 93331e2..0000000
Binary files a/fonts/IBMPlexMono-Regular.ttf and /dev/null differ
diff --git a/fonts/IBMPlexSans-Regular.ttf b/fonts/IBMPlexSans-Regular.ttf
deleted file mode 100644
index b581964..0000000
Binary files a/fonts/IBMPlexSans-Regular.ttf and /dev/null differ
diff --git a/fonts/Oswald-Regular.ttf b/fonts/Oswald-Regular.ttf
deleted file mode 100644
index 053cf26..0000000
Binary files a/fonts/Oswald-Regular.ttf and /dev/null differ
diff --git a/fonts/VT323-Regular.ttf b/fonts/VT323-Regular.ttf
deleted file mode 100644
index 6aec599..0000000
Binary files a/fonts/VT323-Regular.ttf and /dev/null differ
diff --git a/game.html b/game.html
deleted file mode 100644
index 9182ca7..0000000
--- a/game.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
- Pressurized Gas -- Game Page
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/icon.png b/icon.png
deleted file mode 100644
index 4a7deef..0000000
Binary files a/icon.png and /dev/null differ
diff --git a/icons/android-chrome-192x192.png b/icons/android-chrome-192x192.png
deleted file mode 100644
index 589fce7..0000000
Binary files a/icons/android-chrome-192x192.png and /dev/null differ
diff --git a/icons/android-chrome-512x512.png b/icons/android-chrome-512x512.png
deleted file mode 100644
index 3baabf4..0000000
Binary files a/icons/android-chrome-512x512.png and /dev/null differ
diff --git a/icons/tile-wide.png b/icons/tile-wide.png
deleted file mode 100644
index b813869..0000000
Binary files a/icons/tile-wide.png and /dev/null differ
diff --git a/icons/tile.png b/icons/tile.png
deleted file mode 100644
index a6bb0d9..0000000
Binary files a/icons/tile.png and /dev/null differ
diff --git a/img/.gitignore b/img/.gitignore
deleted file mode 100644
index e69de29..0000000
diff --git a/insert.html b/insert.html
deleted file mode 100644
index 84edebb..0000000
--- a/insert.html
+++ /dev/null
@@ -1,309 +0,0 @@
-
-
-
-
-
- Kaj Forney -- GIMM 285 CRUD API Project
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/insertDeveloper.html b/insertDeveloper.html
deleted file mode 100644
index 93f11ad..0000000
--- a/insertDeveloper.html
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
-
-
-
- Kaj Forney -- GIMM 285 CRUD API Project
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/insertPublisher.html b/insertPublisher.html
deleted file mode 100644
index afe6f7a..0000000
--- a/insertPublisher.html
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
-
-
-
- Kaj Forney -- GIMM 285 CRUD API Project
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/js/main.js b/js/main.js
deleted file mode 100644
index e69de29..0000000
diff --git a/js/vendor/modernizr-3.11.2.min.js b/js/vendor/modernizr-3.11.2.min.js
deleted file mode 100644
index feada51..0000000
--- a/js/vendor/modernizr-3.11.2.min.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/*! modernizr 3.11.2 (Custom Build) | MIT *
- * https://modernizr.com/download/?-cssanimations-csscolumns-customelements-flexbox-history-picture-pointerevents-postmessage-sizes-srcset-webgl-websockets-webworkers-addtest-domprefixes-hasevent-mq-prefixedcssvalue-prefixes-setclasses-testallprops-testprop-teststyles !*/
-!function(e,t,n,r){function o(e,t){return typeof e===t}function i(e){var t=_.className,n=Modernizr._config.classPrefix||"";if(S&&(t=t.baseVal),Modernizr._config.enableJSClass){var r=new RegExp("(^|\\s)"+n+"no-js(\\s|$)");t=t.replace(r,"$1"+n+"js$2")}Modernizr._config.enableClasses&&(e.length>0&&(t+=" "+n+e.join(" "+n)),S?_.className.baseVal=t:_.className=t)}function s(e,t){if("object"==typeof e)for(var n in e)k(e,n)&&s(n,e[n]);else{e=e.toLowerCase();var r=e.split("."),o=Modernizr[r[0]];if(2===r.length&&(o=o[r[1]]),void 0!==o)return Modernizr;t="function"==typeof t?t():t,1===r.length?Modernizr[r[0]]=t:(!Modernizr[r[0]]||Modernizr[r[0]]instanceof Boolean||(Modernizr[r[0]]=new Boolean(Modernizr[r[0]])),Modernizr[r[0]][r[1]]=t),i([(t&&!1!==t?"":"no-")+r.join("-")]),Modernizr._trigger(e,t)}return Modernizr}function a(){return"function"!=typeof n.createElement?n.createElement(arguments[0]):S?n.createElementNS.call(n,"http://www.w3.org/2000/svg",arguments[0]):n.createElement.apply(n,arguments)}function l(){var e=n.body;return e||(e=a(S?"svg":"body"),e.fake=!0),e}function u(e,t,r,o){var i,s,u,f,c="modernizr",d=a("div"),p=l();if(parseInt(r,10))for(;r--;)u=a("div"),u.id=o?o[r]:c+(r+1),d.appendChild(u);return i=a("style"),i.type="text/css",i.id="s"+c,(p.fake?p:d).appendChild(i),p.appendChild(d),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(n.createTextNode(e)),d.id=c,p.fake&&(p.style.background="",p.style.overflow="hidden",f=_.style.overflow,_.style.overflow="hidden",_.appendChild(p)),s=t(d,e),p.fake?(p.parentNode.removeChild(p),_.style.overflow=f,_.offsetHeight):d.parentNode.removeChild(d),!!s}function f(e,n,r){var o;if("getComputedStyle"in t){o=getComputedStyle.call(t,e,n);var i=t.console;if(null!==o)r&&(o=o.getPropertyValue(r));else if(i){var s=i.error?"error":"log";i[s].call(i,"getComputedStyle returning null, its possible modernizr test results are inaccurate")}}else o=!n&&e.currentStyle&&e.currentStyle[r];return o}function c(e,t){return!!~(""+e).indexOf(t)}function d(e){return e.replace(/([A-Z])/g,function(e,t){return"-"+t.toLowerCase()}).replace(/^ms-/,"-ms-")}function p(e,n){var o=e.length;if("CSS"in t&&"supports"in t.CSS){for(;o--;)if(t.CSS.supports(d(e[o]),n))return!0;return!1}if("CSSSupportsRule"in t){for(var i=[];o--;)i.push("("+d(e[o])+":"+n+")");return i=i.join(" or "),u("@supports ("+i+") { #modernizr { position: absolute; } }",function(e){return"absolute"===f(e,null,"position")})}return r}function m(e){return e.replace(/([a-z])-([a-z])/g,function(e,t,n){return t+n.toUpperCase()}).replace(/^-/,"")}function h(e,t,n,i){function s(){u&&(delete N.style,delete N.modElem)}if(i=!o(i,"undefined")&&i,!o(n,"undefined")){var l=p(e,n);if(!o(l,"undefined"))return l}for(var u,f,d,h,A,v=["modernizr","tspan","samp"];!N.style&&v.length;)u=!0,N.modElem=a(v.shift()),N.style=N.modElem.style;for(d=e.length,f=0;f
+
+
diff --git a/server/public/edit.html b/server/public/edit.html
index ad2c705..afcc31c 100644
--- a/server/public/edit.html
+++ b/server/public/edit.html
@@ -19,6 +19,47 @@
+
+