Files
SfeduSchedule/SfeduSchedule/wwwroot/index.html
Sergey Karmanov 125ef38cea
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 2m12s
Добавил статический контент
2025-09-06 11:49:00 +03:00

27 lines
780 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 src="/main.jpg" alt="Вот так">
</body>
</html>