Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Last active August 22, 2017 03:11
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 AbhishekGhosh/e9982e0cc93cc6234aaddfdcda557544 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/e9982e0cc93cc6234aaddfdcda557544 to your computer and use it in GitHub Desktop.
brackets my default template
<!DOCTYPE html>
<html>
<head>
<title>EDITED BRACKETS</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<!-- Add HTML stuffs below this -->
<!-- Add HTML stuffs above this -->
<!-- Add to main.css
html {
background: #e6e9e9;
}
body {
background: #fff;
}
-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment