diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-28 13:54:17 -0400 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-28 16:04:22 -0400 | 
| commit | 2a0cc44e6a7383e1f2b8770c95393b95bba3a855 (patch) | |
| tree | 7f4c90521e614d336ea41ab19b43d5fd75bf8fe3 | |
| parent | 1a8cb7839179b9ba328ea81310804f28d07e2887 (diff) | |
Add header to settings page
| -rw-r--r-- | ext/bg/settings.html | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/ext/bg/settings.html b/ext/bg/settings.html index a3a4e380..27ce45b9 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -10,6 +10,10 @@      </head>      <body>          <div class="container"> +            <div class="page-header"> +                <h1>Yomichan Options</h1> +            </div> +              <div class="profile-form">                  <h3>Profiles</h3> |