diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-17 18:38:19 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-17 18:38:19 +0800 |
commit | 84c75295dc8a2e8a2956107ae5234ad1b2e98663 (patch) | |
tree | bf9066891cd8b5e0834f149d489c015034733c53 /index.html | |
parent | 2f9e59f4e82615bfc39e4948646e993f379e628d (diff) | |
download | www-84c75295dc8a2e8a2956107ae5234ad1b2e98663.tar.gz |
delete empty line
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/index.html b/index.html index 028dccc..47cd3b6 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,6 @@ <div id="footer"> <p>This site is designed to be viewable with plain text, only a few typographic and web design conventions are followed. Do you agree that max-width: 75ex makes sense? I do that since people have a hard time scanning scross lines. Also, I use a monospace font because that's what I'm used to. I prefer the Airbus B612Mono font, but I respect your preference by just saying font-family: monospace. If you read this on a plain text browser like me, this won't matter, of course. I'm also looking for a high-contrast colorful stylesheet. As you can see, I did use some flexboxes in here. They don't seem to respect min-width and max-width properly, especially min-wdith. Tell me if you have a solution, thanks.</p> <p>This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. 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 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. For more information, please refer to <a href="https://unlicense.org/">https://unlicense.org</a></p> - <p>I know that this website is not a program and that HTML isn't considered a programming language. Nevertheless, you can think of the HTML as code—even the plain text I write could also be considered code since languages are a code to give information. Anyways, stuff on here that's supposed to be public (don't try to spoof my htaccess, don't hack my ssh, don't snoop on my email, etc) is public domain, including my projects and my git repos, unless otherwise specified by a file that looks like COPYING, LICENSE or licensing stuff in the source itself. <a href="https://stpeter.im/writings/essays/publicdomain.html">https://stpeter.im/writings/essays/publicdomain.html</a> is a good explanation on why people put stuff in the public domain. However, you might want to see the "Help me choose licenses" section on this page.</p> </div> </body> |