1
This commit is contained in:
commit
bd58ea66de
10 changed files with 395 additions and 0 deletions
43
tpl/tpl_about.html
Normal file
43
tpl/tpl_about.html
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>only_the_truth</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000000;
|
||||
color: #00FF00;
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
}
|
||||
.content-box {
|
||||
border: 2px solid #00FF00;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
max-width: 600px;
|
||||
}
|
||||
a {
|
||||
color: #00BFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content-box">
|
||||
<p>
|
||||
<a href="/q">only_the_truth</a> - это простая компанейская игра, где люди по очереди отвечают на вопросы, задаваемые сервисом. Каков бы нибыл вопрос, участник, чья очередь подошла, должен на него ответить! Приятной игры.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://git.radi0.cc/radi0dev/only_the_truth">source code</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue