Created
May 5, 2011 21:25
-
-
Save RadoRado/957994 to your computer and use it in GitHub Desktop.
Sample output for Homework #6 use-case
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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