Files
SfeduSchedule/SfeduSchedule/wwwroot/index.html
Sergey Karmanov eb89b98326
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 9s
Рефактор
2025-11-14 23:53:02 +03:00

28 lines
777 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><text y='50%' x='50%' text-anchor='middle' dominant-baseline='central' font-size='48'>🩼</text></svg>">
<title>API Расписания</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
}
img {
height: auto;
}
</style>
</head>
<body>
<img alt="Вот так" src="/main.jpg">
</body>
</html>