rename domain
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
bcd6d459a9
commit
e3a1e9573e
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module git.kwolek.io/wojciech/messages.sh
|
||||
module git.kwolek.io/wojciech/msg.kwolek.io
|
||||
|
||||
go 1.17
|
||||
|
||||
|
|
|
|||
6
web.go
6
web.go
|
|
@ -11,7 +11,7 @@ type Web struct {
|
|||
|
||||
var siteTemplate string = `
|
||||
<!DOCTYPE html>
|
||||
<title>messages.sh</title>
|
||||
<title>msg.kwolek.io</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
|
||||
|
|
@ -103,9 +103,9 @@ h1 {
|
|||
padding-bottom: 1em;
|
||||
}
|
||||
</style>
|
||||
<h1>messages.sh</h1>
|
||||
<h1>msg.kwolek.io</h1>
|
||||
<p class="info">Hello! To add your own message, run:</p>
|
||||
<pre class="info"><code>ssh messages.sh</code></pre>
|
||||
<pre class="info"><code>ssh msg.kwolek.io</code></pre>
|
||||
<h2>Latest messages</h2>
|
||||
<p>
|
||||
{{range .}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue