@@ 0,0 1,22 @@
+MIT License
+
+Copyright (C) 2020 j-james <https://j-james.me>
+
+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.
+
@@ 1,22 1,25 @@
<img align='middle' src='https://j-james.me/htmlstuck/assets/htmlstuck.png'>
+(psst - htmlstuck.com is available) (for pretty cheap too)
+
## working through issues - roadmap
- [ ] fix polyfill
- [x] css either loads on j-james.me/htmlstuck or j-james.me/htmlstuck/story, never both
- `../` accesses different locations from `htmlstuck` and `htmlstuck/story`.
- fix: refer to assets and css with absolute links (`j-james.me/htmlstuck/css/main.css`)
- [x] [cross-origin requests are blocked](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin)
- - kludge: host swfs locally (this is not scalable)
+ - kludge: host swfs locally
+ - now that the main site is known to go down, this might be a good move
- [ ] response has unsupported mime type
- [known bug](https://github.com/ruffle-rs/ruffle/issues/400)
- todo: send `application/wasm` as a mime type
- - is that possible on github pages?
+ - is that possible when hosting on github pages?
- [ ] failed to compile: http code is not ok
- chromium produces this
- this is either a fancy mime error or its own thing
- nothing's turned up about this, i might open an issue
-- [ ] `404.html` should load a random image from https://mspaintadventures.fandom.com/wiki/Scribble_Mode
- - should be easily accomplishable in javascript
+<!-- - [ ] `404.html` should load a random image from https://mspaintadventures.fandom.com/wiki/Scribble_Mode
+ - should be easily accomplishable in javascript -->
- [ ] deal with ruffle better
- currently `ruffle_web_latest.zip` is downloaded by me and thrown into `ruffle`
- fetching the latest version on push should be possible with github actions