1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
- <html>
-
- <head>
- <title>Humming Owl's website</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <link href="styles.css" rel="stylesheet">
- </head>
-
- <body>
-
- <h1>Welcome to <i>me</i> Website!</h1>
- <p>This is the main page to host my stuff (<i>I am Humming Owl</i>).</p>
- <p>Just bookmark this page and you will have <b>good luck</b> <i>all your life!</i></p>
- <p>Hosted by <b>Epik</b> <a href="https://neocities.org">Neocities</a>. <i>Many thanks for this service!</i></p>
- <img src="neocities.png">
- <p>Here are the links to the other sites hosted here:</p>
-
- <ul>
- <li><a href="smg-stuff/index.html">smg-stuff</a>: site containing <b>Super Mario Galaxy hacking</b> related content. <i>A ton of epic content</i>.</li>
-
- <li><a href="fs-2211-usb-page/index.html">fs-2211-usb-page</a>: a site containing important information about the university course <b>Física III</b> (Physics III) on the <b>Universidad Simón Bolívar</b> (Simón Bolívar University, USB).</li>
-
- <li><a href="fs-3411-usb-page/index.html">fs-3411-usb-page</a>: a site containing important information about the university course <b>Física Moderna I</b> (Modern Physics I) on the <b>Universidad Simón Bolívar</b> (Simón Bolívar University, USB).</li>
-
- <li><a href="fs-3412-usb-page/index.html">fs-3412-usb-page</a>: a site containing important information about the university course <b>Física Moderna II</b> (Modern Physics II) on the <b>Universidad Simón Bolívar</b> (Simón Bolívar University, USB).</li>
-
- <li><a href="misc/useful-software.html">Useful Software</a>: a list of software I use and that can totally recommend.</li>
-
- <li><a href="misc/squirrel.html">How to take care of a baby squirrel</a>: A guide with the experience my parents and I have in taking care of some baby squirrels. They are very special.</li>
-
- <li>...</li>
- </ul>
-
- <p><b>More pages comming soon!</b></p>
- <p>btw, to learn more HTML/CSS, check out these <a href="https://neocities.org/tutorials">tutorials</a>!</p>
-
- <p><b>Useful web related docs/tools:</b></p>
-
- <ul>
- <li><a href="https://www.w3.org/TR/2018/SPSD-html32-20180315/">HTML 3.2 reference</a></li>
- <li><a href="https://jkorpela.fi/HTML3.2/">Learn HTML 3.2 with examples</a></li>
- <li><a href="https://www.w3.org/TR/html4/">HTML 4.01 reference</a></li>
- <li><a href="https://www.w3.org/TR/CSS1/">CSS Level 1 reference</a></li>
- <li><a href="https://validator.w3.org/">W3C HTML validator</a> - <a href="https://validator.w3.org/source/">W3C HTML validator Source</a> - <a href="https://github.com/validator/validator">Nu HTML Checker</a></li>
- <li><a href="https://jigsaw.w3.org/css-validator/">W3C CSS validator</a> - <a href="https://github.com/w3c/css-validator">W3C CSS validator Repository</a></li>
- </ul>
-
- </body>
-
- </html>
|