Skip to content

Commit

Permalink
Update html page
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rtijn committed Mar 2, 2019
1 parent c578305 commit 0df052a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/static/css/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
body {
background-color: #000000;
}

.red {
color: red;
background-color: #FFFFFF;
}

p,h1,small {
font-family: monospace;
color: #39f400;
}

pre {
color: #39f400;
color: #000000
}
4 changes: 4 additions & 0 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ <h1>ippls</h1>
<p>Your remote IP address is: {{ user_ip }}</p>

<footer>
<small><a href="json">json</a></small>
<br>
<small><a href="plain">plain</a></small>
<br>
<small>
The <a href="https://github.com/Tijndagamer/ippls">code</a> for this
website is licensed under the terms of the
Expand Down

0 comments on commit 0df052a

Please sign in to comment.