Update README and make TinyURL buttons https

This commit is contained in:
Jacob Strieb 2020-07-19 17:18:02 -04:00
parent d2c107db18
commit f725e3e48d
2 changed files with 1 additions and 4 deletions

View File

@ -167,8 +167,6 @@ Similar in some ways (though unrelated) to the following projects
- Fix relative vs absolute linking
- Maybe try embedding images
- Import all `src`ed scripts directly
- Test to make sure that everything actually works for other browsers,
operating systems, and devices
- Improve UI in general and editors beyond simple `textarea` (perhaps integrate
Ace or CodeMirror)
- Make the buttons better/more efficient (don't update `href` on every key
@ -178,5 +176,4 @@ Similar in some ways (though unrelated) to the following projects
[Brotli](https://en.wikipedia.org/wiki/Brotli) for shorter URLs
- Add option to "publish" pages using base65536 as suggested
[here](https://github.com/jstrieb/urlpages/issues/5)
- Allow users to sign/password protect published URLs
- Upload examples of multi-page sites (tree hierarchy)

View File

@ -30,7 +30,7 @@
</label>
<!-- Seemingly random attributes necessary for TinyUrl to accept the
request -->
<form action="http://tinyurl.com/create.php" method="get" target="_blank">
<form action="https://tinyurl.com/create.php" method="get" target="_blank">
<input type="hidden" id="source" name="source" value="indexpage">
<input type="hidden" name="url" id="url" />
<button onclick="setCodeUrl()">Short Link to Editor</button>