Created
November 30, 2016 01:51
-
-
Save khayyamsaleem/f5ccd98b470c60c7d10b18eade40c5c8 to your computer and use it in GitHub Desktop.
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
<DOCTYPE! html> | |
<head> | |
<link rel=stylesheet type="text/css" href="style.css"> | |
<script type="text/javascript" src="test.js"></script> | |
</head> | |
<body> | |
<p> Sample text </p> | |
</body> | |
</html> |
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
p { | |
color: red; | |
} |
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
var today = new Date(); | |
alert(today); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment