Archived
1
0
Fork 0
This repository has been archived on 2024-05-16. You can view files and clone it, but cannot push or open issues or pull requests.
partage-notes/views/index.html
2021-10-27 10:23:49 +02:00

15 lines
296 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/style.css" />
</head>
<body>
<h1>{{.path}}</h1>
<hr />
<div>
{{range .lists}}
<a href={{.}}><p>{{.}}</p></a>
{{end}}
</div>
</body>
</html>