We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c578305 commit 0df052aCopy full SHA for 0df052a
src/static/css/stylesheet.css
@@ -1,16 +1,8 @@
1
body {
2
- background-color: #000000;
3
-}
4
-
5
-.red {
6
- color: red;
+ background-color: #FFFFFF;
7
}
8
9
p,h1,small {
10
font-family: monospace;
11
- color: #39f400;
12
13
14
-pre {
15
+ color: #000000
16
src/templates/index.html
@@ -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>
<small>
17
The <a href="https://github.com/Tijndagamer/ippls">code</a> for this
18
website is licensed under the terms of the
0 commit comments