summaryrefslogtreecommitdiff
path: root/.config/nvim/templates/_default.html
blob: 4201ee8ac08df1f389504c91505799861863f327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>

<head>
	<title><++></title>
	<link rel="stylesheet" href="/style.css">
</head>

<body>
	<++>
</body>

</html>