26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Szefowe Zadanka</title>
|
|
</head>
|
|
<link rel = "icon" href = "/static/logo.png" type = "image/x-icon">
|
|
<body style="background-color: rgb(85, 85, 85); background-position: center;
|
|
background-size: cover;">
|
|
<LINK REL = "STYLESHEET" HREF = "/static/main.css">
|
|
<div style="padding: 0.5cm; background-color: rgba(66, 66, 66, 0.8)">
|
|
<img src="/static/logo.png"> ........... <a href=""><img src="/static/dc.png"></a>
|
|
<a href=""><img src="/static/mess.png"></a>
|
|
<a href=""><img src="/static/src.png"></a> .....................................<br></br>Szefowe zadanka v0.5|
|
|
<a href="/index">Strona Główna</a> | <a href="/new">Opublikuj</a> | <a href="/tests">Sprawdziany</a> | <a href="/info"> Jak używać / Informacje</a> |
|
|
|
|
</div> <br></br>
|
|
<div style="padding: 0.5cm; background-color: rgba(66, 66, 66, 0.8)">
|
|
<h1>Odpowiedzi na Quizy Tydzień {{week}}</h2>
|
|
<li style="color: rgba(255,255,255,255)"">{{answers}}</li>
|
|
<br></br>
|
|
Copyright (c) 2022 <a href="https://cubesoftware.xyz">Cube Software && Kacper Kostka</a>
|
|
</div>
|
|
</body>
|
|
</html>
|