Skip to content

Instantly share code, notes, and snippets.

@RadoRado
Created May 5, 2011 21:25
Show Gist options
  • Select an option

  • Save RadoRado/957994 to your computer and use it in GitHub Desktop.

Select an option

Save RadoRado/957994 to your computer and use it in GitHub Desktop.
Sample output for Homework #6 use-case
<html>
<head>
<title>Use case for the homework</title>
<link rel="stylesheet" href="styles/jquery.css" type="text/css" media="screen" />
<link rel="stylesheet" href="styles/custom.css" type="text/css" media="screen" />
<script src="js/jquery.js" type="text/javascript" language="javascript" charset="utf-8"></script>
<script src="js/custom.js" type="text/javascript" language="javascript" charset="utf-8"></script>
</head>
<body>
Hello!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment