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
|
go 1.17
|
||||||
|
|
||||||
|
|
|
||||||
6
web.go
6
web.go
|
|
@ -11,7 +11,7 @@ type Web struct {
|
||||||
|
|
||||||
var siteTemplate string = `
|
var siteTemplate string = `
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<title>messages.sh</title>
|
<title>msg.kwolek.io</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<style>
|
<style>
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
|
||||||
|
|
@ -103,9 +103,9 @@ h1 {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<h1>messages.sh</h1>
|
<h1>msg.kwolek.io</h1>
|
||||||
<p class="info">Hello! To add your own message, run:</p>
|
<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>
|
<h2>Latest messages</h2>
|
||||||
<p>
|
<p>
|
||||||
{{range .}}
|
{{range .}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue