mirror of
https://github.com/rjNemo/go-wiki
synced 2026-06-06 02:36:40 +00:00
added a index page
This commit is contained in:
parent
e28c169f6f
commit
3081b94236
3 changed files with 15 additions and 5 deletions
|
|
@ -14,6 +14,13 @@
|
|||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<link
|
||||
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
|
||||
rel="stylesheet"
|
||||
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<nav>
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<div class="container">
|
||||
|
|
@ -75,10 +82,13 @@
|
|||
<span
|
||||
class="text-muted text-center text-sm-left d-block d-sm-inline-block"
|
||||
>
|
||||
© 2020 🐹Go-Wiki. All rights reserved.
|
||||
© 2020 🐹
|
||||
<a href="https://github.com/rjNemo/go-wiki">
|
||||
Go-Wiki.
|
||||
</a>
|
||||
</span>
|
||||
<span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-center"
|
||||
>Hand-crafted & made with 🍻
|
||||
>Hand-crafted with ❤️ & made with 🍻
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{{define "title"}} Contact Us | Go-Wiki {{end}} {{define "content"}}
|
||||
{{if.Success}}
|
||||
<h1>Thanks for your mail</h1>
|
||||
<h1 class="display-4">Thanks for your mail</h1>
|
||||
|
||||
<div class="section">
|
||||
<a class="btn btn-primary" href="/">Return to Home</a>
|
||||
</div>
|
||||
|
||||
{{else}}
|
||||
<h1>Contact us</h1>
|
||||
<h1 class="display-4">Contact us</h1>
|
||||
|
||||
<form method="POST">
|
||||
<div class="form-group">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
|
||||
<div>
|
||||
<h1>Go-Wiki Index</h1>
|
||||
<h1 class="display-4">Go-Wiki Index</h1>
|
||||
<p>Some description</p>
|
||||
|
||||
<table class="table table-hover">
|
||||
|
|
|
|||
Loading…
Reference in a new issue