Created
November 18, 2014 19:22
-
Star
(158)
You must be signed in to star a gist -
Fork
(112)
You must be signed in to fork a gist
-
-
Save chrisvfritz/bc010e6ed25b802da7eb to your computer and use it in GitHub Desktop.
Simplest possible HTML template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>This is the title of the webpage!</title> | |
| </head> | |
| <body> | |
| <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p> | |
| </body> | |
| </html> |
Thanks
Thanks :)
Awesome list, Chris! Thanks for putting this together. It's great to see so many quality projects and resources in one place.
Speaking of cool open-source projects, I recently came across a really well-made puzzle game that's perfect for a quick mental break from coding. It's called Enhanced Queens Game.
It's a clever take on the classic Queens logic puzzle, but with some unique new rules like colored regions that add a surprising amount of strategic depth. The UI is super clean, and it's built with Next.js/React.
If anyone is looking for a new brain-teaser, you can check it out here: Enhanced Queens Game.
Cheers!
hmmmm why is this still here?
67
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
May all who are lost seek comfort in this text.