added a index page

This commit is contained in:
Ruidy Nemausat 2020-03-18 17:15:13 +01:00
parent e28c169f6f
commit 3081b94236
3 changed files with 15 additions and 5 deletions

View file

@ -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"
>
&copy; 2020 🐹Go-Wiki. All rights reserved.
&copy; 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>

View file

@ -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">

View file

@ -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">