diff options
-rw-r--r-- | index.html | 19 | ||||
-rw-r--r-- | style.css | 2 |
2 files changed, 3 insertions, 18 deletions
diff --git a/index.html b/index.html index 8b2c714..0b4e2f5 100644 --- a/index.html +++ b/index.html @@ -74,24 +74,9 @@ <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> <div id="memes"> - <h2>Memes</h2> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> - <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> <img src="https://en.scratch-wiki.info/w/images/Rickrolled.gif" alt="CC BY GIF of the Rickroll, see src of link for origin" /> + <img src="https://www.postitivita.it/wp-content/uploads/2021/04/Nyan-cat-NFT.gif" alt="CC BY GIF of the nyan, see src of link for origin" /> + </div> </body> </html> diff --git a/style.css b/style.css index d80de77..6c72a9e 100644 --- a/style.css +++ b/style.css @@ -89,7 +89,7 @@ a:active { } #memes { margin: auto; - columns: 255 10em; + /* columns: 255 10em; */ } .alarm { color: red; |