Skip to content

Commit

Permalink
feat: Make hostname smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 3, 2022
1 parent 2403b8c commit 96d6481
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,17 @@ func indexHTML(w http.ResponseWriter, hostname string) {
font-family: Arial;
font-size: 5em;
}
h2 {
font-family: Arial;
font-size: 2em;
}
</style>
<section class="center-parent">
<div class="center-child">
<h1>
Hello World! `+hostname+`
Hello World!
</h1>
<h2>`+hostname+`</h2>
</div>
</section>
`)
Expand Down

0 comments on commit 96d6481

Please sign in to comment.