diff options
Diffstat (limited to 'profile/public/index.html')
-rw-r--r-- | profile/public/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profile/public/index.html b/profile/public/index.html index fd7b507..672f409 100644 --- a/profile/public/index.html +++ b/profile/public/index.html @@ -19,11 +19,9 @@ <a href="/auth/api/logout" class="pure-menu-item pure-menu-link">Logout</a> </div> <main> - <h1 id="username"></h1> + <h2 id="username"></h2> <form class="pure-form pure-form-stacked"> <fieldset> - <legend>Steckbrief</legend> - <!-- TODO: Consider autosave --> <button type="submit" class="pure-button pure-button-primary">Wohooo</button> </fieldset> |