Skip to content

Instantly share code, notes, and snippets.

@Indy9000
Created April 17, 2019 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Indy9000/b9d79d7e3b0429a05cf8be519bc2803f to your computer and use it in GitHub Desktop.
Save Indy9000/b9d79d7e3b0429a05cf8be519bc2803f to your computer and use it in GitHub Desktop.
barebones html template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My HTML App Template</title>
<meta name="description" content="My HTML App Template">
<meta name="author" content="indy9000">
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment