succd: show logo
This commit is contained in:
parent
7dffd2a4b4
commit
781bbaaeb4
3 changed files with 21 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>succd</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
font-size: 14px;
|
||||
|
@ -34,12 +35,23 @@ button {
|
|||
padding-left: 1.5em;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
float: left;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
.logo > img {
|
||||
height: 10em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="logo"><img src="/favicon.png" /></div>
|
||||
|
||||
<h1>succd</h1>
|
||||
<h2>nothing more permanent than a temporary solution</h2>
|
||||
|
||||
<p style="margin-top: 2em;">
|
||||
<p style="margin-top: 2em; clear: both;">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Voltage</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue