mirror of
https://github.com/openziti/zrok.git
synced 2025-06-23 19:22:19 +02:00
stop the flickering
This commit is contained in:
parent
65284d696a
commit
79a176fd1d
@ -33,24 +33,30 @@
|
|||||||
#banner h1 {
|
#banner h1 {
|
||||||
font-size: 64pt;
|
font-size: 64pt;
|
||||||
}
|
}
|
||||||
|
#container {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
#info {
|
#info {
|
||||||
margin-left: 50px;
|
width: 920px;
|
||||||
margin-right: 50px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root">
|
<div id="root">
|
||||||
<div id="banner">
|
<div id="banner">
|
||||||
<img src="ziggy.svg" width="200"/>
|
<img src="ziggy.svg" width="200" height="343.38"/>
|
||||||
<h1>zrok test endpoint</h1>
|
<h1>zrok test endpoint</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="container">
|
||||||
<div id="info">
|
<div id="info">
|
||||||
<h2>The Current Now is {{ .Now }}</h2>
|
<h2>The Current Now is {{ .Now }}</h2>
|
||||||
<p>The current <code>HOST</code> header: {{ .Host }}</p>
|
<p>The current 'HOST' header: {{ .Host }}</p>
|
||||||
<p>The remote host making the request: {{ .Remote }}</p>
|
<p>The remote host making the request: {{ .Remote }}</p>
|
||||||
<p>This host has these IP addresses: {{ .Ips }}</p>
|
<p>This host has these IP addresses: {{ .Ips }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user