Skip to content

Instantly share code, notes, and snippets.

@robertocarroll
Created October 11, 2014 11:05
Show Gist options
  • Save robertocarroll/e6ae884b872a79698121 to your computer and use it in GitHub Desktop.
Save robertocarroll/e6ae884b872a79698121 to your computer and use it in GitHub Desktop.
Starter HTML
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Page title</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!-- External CSS -->
<link rel="stylesheet" href="code-guide.css">
</head>
<body>
<img src="images/company-logo.png" alt="Company">
<h1 class="hello-world">Hello, world!</h1>
<a class="..." id="..." data-modal="toggle" href="#">
Example link
</a>
<input class="form-control" type="text">
<img src="..." alt="...">
<!-- JavaScript -->
<script src="code-guide.js"></script>
</body>
</html>
<!-- Thanks to http://codeguide.co/ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment