Skip to content

Instantly share code, notes, and snippets.

@ianbarber
Created April 8, 2014 15:17
Show Gist options
  • Save ianbarber/10140939 to your computer and use it in GitHub Desktop.
Save ianbarber/10140939 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<title>Frowns</title>
<link rel="stylesheet" href="/template/basestyles.css">
<!-- // [START mystyle] -->
<style>
body {
background-color: black; // like my soul.
}
</style>
<!-- // [END mystyle] -->
</head>
<body>
<!-- // [START myheader] -->
<div id=headline>
<!-- add a background image -->
<h1>Frowns Inc.</h1>
<h2>My empire of dirt</h2>
</div>
<!-- // [END myheader] -->
<!-- // [START the_main_bit_of_snippet] -->
<div id="section1">
</div>
<!-- // [END the_main_bit_of_snippet] -->
<!-- // [START myfooter] -->
<div id="footer">
<p>We always need a footer.</p>
</div>
<!-- // [END myfooter] -->
<!-- // [START frown_scripts] -->
<script src="http://static.jsbin.com/js/render/edit.js"></script>
<!-- // [END frown_scripts] -->
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1656750-34']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
</body>
</html>
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<title></title>
<link rel="stylesheet" href="/template/basestyles.css">
</head>
<body>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1656750-34']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment