2025-01-23 00:19:58 +03:00

40 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
<meta charset="UTF-8">
<title>Попакошька</title>
</head>
<body >
<div class="info divv">
<a href="{{ url_for('index') }}"><h1 class="header">CTF для самых маленьких</h1></a>
<h3 class="context">Для тех кто хотел бы разобраться, но не знает, с чего начать</h3>
</div>
<div class="container">
<div class="info1 divv" >
<p class="simpletext">разделы:</p>
<nav class="navbtn">
<a href="{{ url_for('sql') }}" class="btn1">sql пипка</a>
<a href="{{ url_for('found') }}" class="btn1">forensic</a>
<a href="{{ url_for('decode') }}" class="btn1">encode and decode</a>
<!-- <a href="">rfi</a>-->
<!-- <a href="">lfi</a>-->
</nav>
<p class="simpletext">Универсальный и крутой справочник - <a class="simpletext btn2" href="https://book.hacktricks.wiki/en/index.html">HackTricks</a></p>
</div>
<div class="info1 divv">
<p class="simpletext">вступление какое нить мб</p>
<p class="simpletext"> здесь вы можете oзнакомиться с попками</p>
</div>
</div>
<!-- <img src="{{ url_for('static', filename='imgs/Madoka-Kaname.webp') }}"> -->
</body>
</html>