Files
go2rtc/website/index.html
T
2025-12-27 15:43:07 +03:00

29 lines
736 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>go2rtc</title>
<meta http-equiv="refresh" content="2; URL='https://github.com/AlexxIT/go2rtc'"/>
<style>
body, html {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: white;
}
img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<img src="https://raw.githubusercontent.com/AlexxIT/go2rtc/master/assets/logo.gif" alt="go2rtc">
<a href="https://github.com/AlexxIT/go2rtc">github.com/AlexxIT/go2rtc</a>
</body>
</html>