Archived
Template
1
0
This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
golang-base-project/dist/templates/index.html
2021-12-12 14:56:13 +01:00

12 lines
557 B
HTML

{{ template "header.html" . }}
<main class="flex-shrink-0">
<div class="container">
<h1 class="mt-5">Golang Base Project</h1>
<p class="lead">A simple website with user login and registration. The frontend uses <a href="https://getbootstrap.com/docs/5.0/getting-started/introduction/">Bootstrap 5</a> and the backend is written in <a href="https://go.dev/">Go</a>.</p>
<p>Read more about this project on <a href="https://github.com/uberswe/golang-base-project">GitHub</a>.</p>
</div>
</main>
{{ template "footer.html" . }}