✨ feat(nvim): html template
This commit is contained in:
parent
03c8969b0b
commit
6b8bd1e629
1 changed files with 11 additions and 0 deletions
11
.config/nvim/templates/html/index.html
Normal file
11
.config/nvim/templates/html/index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue