mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 14:31:44 +01:00
1 line
1.2 KiB
HTML
1 line
1.2 KiB
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|Gafta&display=swap" rel="stylesheet"><link rel="stylesheet" type="text/css" href="/style.dc129b46.css"></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 has-text-centered"> <h1 class="title is-1"> <span class="green-highlight">Dozzle</span> <small> is a real-time log viewer for <span class="red-highlight">docker containers</span>.</small> </h1> <a class="button is-success is-large" href="https://github.com/amir20/dozzle">Github</a> </div> <div class="column is-8"> <div id="video"> <div class="browser"> <i class="circle red"></i> <i class="circle yellow"></i> <i class="circle green"></i> </div> <video muted loop autoplay> <source src="/dozzle.4e02477a.mp4" type="video/mp4"> <source src="/dozzle.b910fd8b.webm" type="video/webm"> </video> </div> </div> </div> </div> </div> </section> </body></html> |