mirror of
https://github.com/rjNemo/go-wiki
synced 2026-06-12 13:36:38 +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"
|
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>
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -75,10 +82,13 @@
|
||||||
<span
|
<span
|
||||||
class="text-muted text-center text-sm-left d-block d-sm-inline-block"
|
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>
|
||||||
<span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-center"
|
<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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
{{define "title"}} Contact Us | Go-Wiki {{end}} {{define "content"}}
|
{{define "title"}} Contact Us | Go-Wiki {{end}} {{define "content"}}
|
||||||
{{if.Success}}
|
{{if.Success}}
|
||||||
<h1>Thanks for your mail</h1>
|
<h1 class="display-4">Thanks for your mail</h1>
|
||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a class="btn btn-primary" href="/">Return to Home</a>
|
<a class="btn btn-primary" href="/">Return to Home</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{else}}
|
{{else}}
|
||||||
<h1>Contact us</h1>
|
<h1 class="display-4">Contact us</h1>
|
||||||
|
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1>Go-Wiki Index</h1>
|
<h1 class="display-4">Go-Wiki Index</h1>
|
||||||
<p>Some description</p>
|
<p>Some description</p>
|
||||||
|
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue