Skip to content

Commit 0df052a

Browse files
committed
Update html page
1 parent c578305 commit 0df052a

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

src/static/css/stylesheet.css

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
body {
2-
background-color: #000000;
3-
}
4-
5-
.red {
6-
color: red;
2+
background-color: #FFFFFF;
73
}
84

95
p,h1,small {
106
font-family: monospace;
11-
color: #39f400;
12-
}
13-
14-
pre {
15-
color: #39f400;
7+
color: #000000
168
}

src/templates/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ <h1>ippls</h1>
99
<p>Your remote IP address is: {{ user_ip }}</p>
1010

1111
<footer>
12+
<small><a href="json">json</a></small>
13+
<br>
14+
<small><a href="plain">plain</a></small>
15+
<br>
1216
<small>
1317
The <a href="https://github.com/Tijndagamer/ippls">code</a> for this
1418
website is licensed under the terms of the

0 commit comments

Comments
 (0)