Skip to content

Instantly share code, notes, and snippets.

@fernandozamoraj
Last active August 29, 2015 14:11
Show Gist options
  • Save fernandozamoraj/e123d7d4e53ec4e474d9 to your computer and use it in GitHub Desktop.
Save fernandozamoraj/e123d7d4e53ec4e474d9 to your computer and use it in GitHub Desktop.
HTML Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
<title>You Title Goes Here</title>
<style>
body{
background-image: url('./pics/carousel/image_3.jpg');
transition: background 1s linear;
}
.my-class{
}
#my-id{
}
</style>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment