Skip to content

Instantly share code, notes, and snippets.

@taniarascia
Last active April 3, 2024 21:05
Show Gist options
  • Save taniarascia/d0308ff82a1d4344a904 to your computer and use it in GitHub Desktop.
Save taniarascia/d0308ff82a1d4344a904 to your computer and use it in GitHub Desktop.
HTML Skeleton file
<!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>
@haykam821
Copy link

Defer.

@bateskevin
Copy link

thanks! very helpfull.

@rwuk
Copy link

rwuk commented Feb 4, 2019

ty

@Ranner198
Copy link

Thank you sm I use this a ton, really helps with getting a page up and running very quickly without writing any boilerplate code 👍

@Yodart
Copy link

Yodart commented Feb 12, 2019

Helpfull.

@usmanarif99
Copy link

yo...thumpsup.

@tranhducvnn
Copy link

Thanks, that is very helpful.

@tt024
Copy link

tt024 commented Aug 8, 2019

ty

@Lauwny
Copy link

Lauwny commented Sep 16, 2019

this guy save time

@CharstaScott
Copy link

whewhoo!

@Diaz123-droid
Copy link

Thank you. I keep forgetting the "skeleton"!

@smknstd
Copy link

smknstd commented Mar 6, 2020

great

@Frankstyl
Copy link

thanks it helps

@EVNDR
Copy link

EVNDR commented Jun 10, 2020

ty

@dkrewson
Copy link

dkrewson commented Jul 8, 2020

well,you could upgrade it by adding <style>, and mysql in it.
note: mysql must be in

@lo-opix
Copy link

lo-opix commented Sep 26, 2020

thanks

@AnthonyDeplanque
Copy link

thanks !

@jrcooper07
Copy link

Very helpful!

@68r
Copy link

68r commented Jun 18, 2022

THANK YOU

@indiecowan
Copy link

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

@87Ryu
Copy link

87Ryu commented Jun 24, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment