Last active
March 30, 2025 07:01
-
Star
(125)
You must be signed in to star a gist -
Fork
(34)
You must be signed in to fork a gist
-
-
Save taniarascia/d0308ff82a1d4344a904 to your computer and use it in GitHub Desktop.
HTML Skeleton file
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> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="author" content=""> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="css/style.css" rel="stylesheet"> | |
</head> | |
<body> | |
<p>Hello, world!</p> | |
<script src="js/script.js"></script> | |
</body> | |
</html> |
ty
this guy save time
whewhoo!
Thank you. I keep forgetting the "skeleton"!
great
thanks it helps
ty
well,you could upgrade it by adding <style>, and mysql in it.
note: mysql must be in
thanks
thanks !
Very helpful!
THANK YOU
if ya'll don't want to copy and paste this every time, code using vs code and at the beginning of your new file type ! and then tab
Thank you!
Many thanks!
merC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, that is very helpful.