This commit is contained in:
parent
f23a6b672b
commit
a30b360fd8
@ -3,12 +3,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
#body {
|
||||
# background-color: #000;
|
||||
# color: #fff;
|
||||
#}
|
||||
table, th, td {
|
||||
border: 2px solid #fff;
|
||||
#border: 2px solid #fff;
|
||||
border: 2px solid;
|
||||
border-collapse: collapse;
|
||||
padding: 1ex;
|
||||
}
|
||||
|
@ -61,4 +61,4 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8000
|
||||
containerPort: 80
|
||||
|
Loading…
Reference in New Issue
Block a user