Skip to content

Instantly share code, notes, and snippets.

@andriyudatama
Created July 28, 2012 17:03
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 andriyudatama/3194010 to your computer and use it in GitHub Desktop.
Save andriyudatama/3194010 to your computer and use it in GitHub Desktop.
HTML: Basic HTML Page
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<link rel="stylesheet/less" type="text/css" href="assets/css/styles.less">
<script src="assets/js/less-1.3.0.min.js" type="text/javascript"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment