nvim/template/html5

11 lines
190 B
Text
Raw Normal View History

2024-05-23 08:33:22 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" media="screen" />
<title></title>
</head>
<body>
</body>
</html>