add basic dashboard
This commit is contained in:
1 parent
d5bbae42c5
commit
106c24546e
1 file changed
+13
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Dashboard - BugBeGone</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
{{ .username }}
|
||||
{{ .email }}
|
||||
{{ .firstname }} {{ .lastname }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in new issue
Block a user