Created
November 29, 2014 22:14
-
-
Save devdays/354c5a54c315f7f79b46 to your computer and use it in GitHub Desktop.
Style sheet in Html head
This file contains 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
<head> | |
<link rel="stylesheet" type="text/css" href="mystyle.css"> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment