Skip to content

Instantly share code, notes, and snippets.

@MXMLN-sec
Created February 16, 2017 09:51
Show Gist options
  • Save MXMLN-sec/d88f5c5b6fee706affccd3c7e3681690 to your computer and use it in GitHub Desktop.
Save MXMLN-sec/d88f5c5b6fee706affccd3c7e3681690 to your computer and use it in GitHub Desktop.
Web Templates
@charset "utf-8";
/*##################################################
Author:
Date: XX.XX.XXXX
################################################### */
<!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>
<!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