rename domain
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Wojciech Kwolek 2021-10-10 23:40:38 +02:00
parent bcd6d459a9
commit e3a1e9573e
2 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -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
View File

@ -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 .}}