feat(nvim): html template

This commit is contained in:
Sergio Laín 2024-01-07 15:39:48 +01:00
parent 03c8969b0b
commit 6b8bd1e629
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="css/style.css" rel="stylesheet" />
<script src="js/index.js"></script>
</head>
<body></body>
</html>