Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit e1d6df8

Browse files
committed
initial UI branch for PR
1 parent 8579112 commit e1d6df8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

render.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package staticbackend
2+
3+
func loadTemplates() error {
4+
return nil
5+
}

templates/login.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html>
2+
<body>
3+
todo
4+
</body>
5+
</html>

0 commit comments

Comments
 (0)