Skip to content

Commit

Permalink
Black background for dummy webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Apr 16, 2024
1 parent be62bdf commit 99f2a70
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker_scripts/http/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<html>
<head>
<style>
h1 {text-align: center;}
h1 {
text-align: center;
color: white;
}
p {text-align: center;}
div {text-align: center;}
img {
Expand All @@ -11,7 +14,7 @@
}
</style>
</head>
<body>
<body style="background-color:black;">>


<h1>
Expand Down

0 comments on commit 99f2a70

Please sign in to comment.