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

16 lines
296 B
HTML
Raw Normal View History

2021-10-27 08:14:38 +00:00
<!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>