diff --git a/app.py b/app.py index 2c9d409..2a59e97 100644 --- a/app.py +++ b/app.py @@ -18,4 +18,5 @@ def found(): def decode(): return render_template('decode.html') + app.run() \ No newline at end of file diff --git a/static/index.css b/static/index.css index dcc5080..d5186e2 100644 --- a/static/index.css +++ b/static/index.css @@ -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; diff --git a/templates/decode.html b/templates/decode.html index cadf466..262ec62 100644 --- a/templates/decode.html +++ b/templates/decode.html @@ -6,18 +6,18 @@ Попакошька -
-

CTF для самых маленьких

-

Для тех кто хотел бы разобраться, но не знает, с чего начать

-
+ + {% include 'header.html' %} + + \ No newline at end of file diff --git a/templates/found.html b/templates/found.html index 12542da..c979716 100644 --- a/templates/found.html +++ b/templates/found.html @@ -6,19 +6,18 @@ Попакошька -
-

CTF для самых маленьких

-

Для тех кто хотел бы разобраться, но не знает, с чего начать

-
+ {% include 'header.html' %} + + \ No newline at end of file diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..f7e955b --- /dev/null +++ b/templates/header.html @@ -0,0 +1,5 @@ +
+

CTF для самых маленьких

+

Для тех кто хотел бы разобраться, но не знает, с чего начать

+ +
\ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 3e6f0b6..43a3bb1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,11 +7,7 @@ -
-

CTF для самых маленьких

-

Для тех кто хотел бы разобраться, но не знает, с чего начать

- -
+ {% include 'header.html' %}
diff --git a/templates/sql-injection.html b/templates/sql-injection.html index 05a5e39..c9ee8fc 100644 --- a/templates/sql-injection.html +++ b/templates/sql-injection.html @@ -6,19 +6,18 @@ Попакошька -
-

CTF для самых маленьких

-

Для тех кто хотел бы разобраться, но не знает, с чего начать

-
+ + {% include 'header.html' %} + \ No newline at end of file