Skip to content

Commit

Permalink
add title for page
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Dec 8, 2021
1 parent 42ef798 commit 1bc466c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/static/assets/templates/index.gotemplate
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<html>
<link rel="stylesheet" href="static/mvp.css">
<head>
<link rel="stylesheet" href="static/mvp.css">
<title>Ingress Dashboard</title>
</head>
<body>
{{with .User}}
<div class="top">
Expand Down Expand Up @@ -77,6 +80,7 @@
width: 1em;
margin-right: 1em;
}

.top {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 1bc466c

Please sign in to comment.