mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 22:39:18 +01:00
28 lines
782 B
HTML
28 lines
782 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Dozzle - Log viewer for Docker</title>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="style.scss">
|
|
</head>
|
|
<body>
|
|
<section class="hero is-fullheight is-light is-bold">
|
|
<div class="hero-body">
|
|
<div class="container">
|
|
<div class="columns is-vcentered">
|
|
<div class="column">
|
|
<h1>Coming soon</h1>
|
|
</div>
|
|
<div class="column is-8">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|