Html snippet

This commit is contained in:
Oshgnacknak 2022-08-13 19:22:03 +02:00
parent 185184f6ed
commit 2633099825
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -0,0 +1,14 @@
snippet html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>$1</title>
</head>
<body>
<h1>$1</h1>
$0
</body>
</html>
endsnippet