Minor formatting changes
This commit is contained in:
parent
0e7a823c72
commit
478ca2cdfa
|
@ -24,6 +24,7 @@ var (
|
|||
var templateFolder embed.FS
|
||||
|
||||
func server() {
|
||||
gin.SetMode(gin.ReleaseMode)
|
||||
home, err := os.UserHomeDir()
|
||||
if err != nil {
|
||||
log.Printf("Error happened looking up user home directory: %v\n", err)
|
||||
|
|
|
@ -25,6 +25,7 @@ img {
|
|||
button {
|
||||
background-color: #eee;
|
||||
border: 2px black solid;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#but:hover {
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div id="main">
|
||||
<b>
|
||||
<p align="center"><a target="_blank" href="https://git.bulgariu.xyz/raul/cert400">Source Code</a></p>
|
||||
<p align="center"><a href="cacert">Download CA certificate</a></p>
|
||||
</b>
|
||||
|
||||
<h1>Certificate Requester</h1>
|
||||
<form id='form' hx-encoding='multipart/form-data' hx-post='/api/upload'>
|
||||
|
@ -61,10 +65,7 @@
|
|||
Request
|
||||
</button>
|
||||
</form>
|
||||
<b>
|
||||
<p align="center"><a target="_blank" href="https://git.bulgariu.xyz/raul/cert400">Source Code</a></p>
|
||||
<p align="center"><a href="cacert">Download CA certificate</a></p>
|
||||
</b>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue