diff --git a/public/404.html b/public/404.html deleted file mode 100644 index 5642852..0000000 --- a/public/404.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - -
-

404 Not Found

-

Oh dang! We couldn't find that page.

- a sad crab is unable to unable to lasso a paper airplane. 404 not found. -
- - diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index cc6c23b..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/img/200-wrangler-ferris.gif b/public/img/200-wrangler-ferris.gif deleted file mode 100644 index 8853751..0000000 Binary files a/public/img/200-wrangler-ferris.gif and /dev/null differ diff --git a/public/img/404-wrangler-ferris.gif b/public/img/404-wrangler-ferris.gif deleted file mode 100644 index 0ac1479..0000000 Binary files a/public/img/404-wrangler-ferris.gif and /dev/null differ diff --git a/public/index.html b/public/index.html index d07cf62..79f92bc 100644 --- a/public/index.html +++ b/public/index.html @@ -1,40 +1,33 @@ - + - - - - - - - -
-

200 Success

-

Hello World! Welcome to your Workers Site.

- a happy crab is wearing a cowboy hat and holding a lasso. 200 success. -
- + .centered { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + text-align: center; + } + html { + background-color: black; + } + + + +
+

Velvox

+
+ diff --git a/workers-site/package-lock.json b/workers-site/package-lock.json index 8c7b88b..9baa6c6 100644 --- a/workers-site/package-lock.json +++ b/workers-site/package-lock.json @@ -1,7 +1,36 @@ { + "name": "workers-site", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 2, "requires": true, + "packages": { + "": { + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "@cloudflare/kv-asset-handler": "~0.1.2" + } + }, + "node_modules/@cloudflare/kv-asset-handler": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.1.2.tgz", + "integrity": "sha512-otES1gV5mEhNh82p/sJERPMMrC7UOLV2JyfKf4e3EX1TmMkZ3N8IDGAqRNsoRU8UYTO7wc83I7pH1p4ozAdgMQ==", + "dependencies": { + "mime": "^2.5.2" + } + }, + "node_modules/mime": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", + "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + } + }, "dependencies": { "@cloudflare/kv-asset-handler": { "version": "0.1.2",