vse ploho

This commit is contained in:
chest 2025-01-24 21:21:41 +03:00
parent dfe2092ab7
commit f671828664
7 changed files with 29 additions and 27 deletions

1
app.py
View File

@ -18,4 +18,5 @@ def found():
def decode():
return render_template('decode.html')
app.run()

View File

@ -75,6 +75,7 @@
height: 65%;
padding: 0;
border-color: #000000;
border: 1rem;
border-radius: 0.7rem;
margin-right: 0rem;
left: calc(100% - 5rem);
@ -92,7 +93,7 @@
.decore1 {
background-image: linear-gradient(to right, rgba(225, 225, 225, 0.8), rgba(225, 225, 225, 0.6));
width: 5.5%;
width: 4.5%;
height: 85%;
margin: 0;
border-radius: 1rem;
@ -163,11 +164,12 @@
.helpimg {
max-width: 100%;
width: 3.5vw;
width: 3vw;
height: auto;
margin: 2rem;
bottom: 10vw;
position: relative;
bottom: 1.5%;
left: 1.2%;
position: absolute;
box-shadow: 0.4em 0.4em 0em 0px rgba(0, 0, 0, 0.8);
transition: 0.5s;
border-radius: 1em;

View File

@ -6,18 +6,18 @@
<title>Попакошька</title>
</head>
<body>
<div class="info divv">
<a href="{{ url_for('index') }}"><h1 class="header">CTF для самых маленьких</h1></a>
<h3 class="context">Для тех кто хотел бы разобраться, но не знает, с чего начать</h3>
</div>
{% include 'header.html' %}
<div class="navigation divv">
<div class="decore1"></div>
<nav class="navlink">
<a href="{{ url_for('index') }}" class="link">на главную</a>
<a href="{{ url_for('sql') }}" class="link">sql пипка</a>
<a href="{{ url_for('found') }}" class="link">forensic</a>
<a href="{{ url_for('sql') }}" class="link">sql пипка</a>
<!-- <a href="">rfi</a>-->
<!-- <a href="">lfi</a>-->
</nav>
</div>
<img class="helpimg" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body>

View File

@ -6,19 +6,18 @@
<title>Попакошька</title>
</head>
<body>
<div class="info divv">
<a href="{{ url_for('index') }}"><h1 class="header">CTF для самых маленьких</h1></a>
<h3 class="context">Для тех кто хотел бы разобраться, но не знает, с чего начать</h3>
</div>
{% include 'header.html' %}
<div class="navigation divv">
<div class="decore1"></div>
<nav class="navlink">
<a href="{{ url_for('index') }}" class="link">на главную</a>
<a href="{{ url_for('sql') }}" class="link">sql пипка</a>
<a href="{{ url_for('sql пипка') }}" class="link">forensic</a>
<a href="{{ url_for('decode') }}" class="link">encode and decode</a>
<!-- <a href="">rfi</a>-->
<!-- <a href="">lfi</a>-->
</nav>
</div>
<img class="helpimg" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body>

5
templates/header.html Normal file
View File

@ -0,0 +1,5 @@
<div class="info divv">
<a href="{{ url_for('index') }}"><h1 class="header">CTF для самых маленьких</h1></a>
<h3 class="context">Для тех кто хотел бы разобраться, но не знает, с чего начать</h3>
</div>

View File

@ -7,11 +7,7 @@
</head>
<body >
<div class="info divv">
<a href="{{ url_for('index') }}"><h1 class="header">CTF для самых маленьких</h1></a>
<h3 class="context">Для тех кто хотел бы разобраться, но не знает, с чего начать</h3>
</div>
{% include 'header.html' %}
<div class="container">
<div class="info1 divv" >

View File

@ -6,10 +6,9 @@
<title>Попакошька</title>
</head>
<body>
<div class="info divv">
<a href="{{ url_for('index') }}"><h1 class="header">CTF для самых маленьких</h1></a>
<h3 class="context">Для тех кто хотел бы разобраться, но не знает, с чего начать</h3>
</div>
{% include 'header.html' %}
<div class="navigation divv">
<div class="decore1"></div>
<nav class="navlink">