14 lines
168 B
Text
14 lines
168 B
Text
snippet html
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>$1</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>$1</h1>
|
|
$0
|
|
</body>
|
|
</html>
|
|
endsnippet
|