Last updated on October 2nd, 2014 at 03:49 am
I use this minimum HTML Template to write simple output with coding sometimes.
[code lang=”html”]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<!– page content –>
</body>
</html>
[/code]