Created
February 16, 2017 09:51
-
-
Save MXMLN-sec/d88f5c5b6fee706affccd3c7e3681690 to your computer and use it in GitHub Desktop.
Web Templates
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
@charset "utf-8"; | |
/*################################################## | |
Author: | |
Date: XX.XX.XXXX | |
################################################### */ |
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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>New HTML Document</title> | |
<!--<link rel="stylesheet" type="text/css" href="css/style.css">--> | |
<!--<script type="text/javascript" src="js/file.js"></script>--> | |
</head> | |
<body> | |
</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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>New PHP Document</title> | |
<!--<link rel="stylesheet" type="text/css" href="css/style.css">--> | |
<!--<script type="text/javascript" src="js/file.js"></script>--> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment