go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/kana-server/pkg/static/_views/index.html (about)

     1  <!--
     2  Copyright (c) 2023 - Present. Will Charczuk. All rights reserved.
     3  Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository.
     4  -->
     5  {{ define "index" }} {{ template "header" . }}
     6  <div class="container">
     7      <div class="row">
     8          <div class="twelve columns">
     9              <h4 class="bp3-heading">Welcome!</h4>
    10              <p>The goal of this app is to help you drill kana, specifically Hiragana and Katakana.</p>
    11              <p>You can also optionaly include some short words to help with reading groups of kana.</p>
    12              <p>To get started, click the <span class="bp3-button bp3-minimal bp3-icon-log-in text-intent-success"></span> button in the upper righthand side.</p>
    13          </div>
    14      </div>
    15  </div>
    16  {{ template "footer" . }}
    17  {{ end }}