Added meta tags

This commit is contained in:
2026-01-13 13:54:20 +01:00
parent 850716ea00
commit 59f2474c75
9 changed files with 61 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
app/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,10 +1,23 @@
<!DOCTYPE html>
<html lang="de">
<html lang="en">
<head>
{% block head %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}h4tum CTF Register{% endblock %}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='favicon-16x16.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="96x96" href="{{ url_for('static', filename='favicon-96x96.png') }}">
{% block meta %}
{% block meta_title %}{% endblock %}
{% block meta_description %}{% endblock %}
{% block meta_image %}{% endblock %}
<meta property="og:type" content="website">
<meta property="og:site_name" content="h4tum Registration Portal">
{% endblock %}
{% endblock %}
</head>
<body>
<header class="container header-title">

View File

@@ -1,5 +1,13 @@
{% extends "base.html" %}
{% block title %}
h4tum CTF Register - Datenschutz
{% endblock %}
{% block meta_title %}
<meta property="og:title" content="Datenschutz">
<meta name="twitter:title" content="Datenschutz">
{% endblock %}
{% block content %}
<div class="container">
<h1>> Datenschutz</h1>

View File

@@ -1,5 +1,13 @@
{% extends "base.html" %}
{% block title %}
h4tum CTF Register - Impressum
{% endblock %}
{% block meta_title %}
<meta property="og:title" content="Impressum">
<meta name="twitter:title" content="Impressum">
{% endblock %}
{% block content %}
<style>
p { margin: 0 }

View File

@@ -1,5 +1,28 @@
{% extends "base.html" %}
{% block meta_title %}
<meta property="og:title" content="h4tum CTF 2026">
<meta name="twitter:title" content="h4tum CTF 2026">
{% endblock %}
{% block meta_description %}
<meta property="og:description" content="Date: 23.01.2026
Time: 12:00 - 21:00
Location: Location: Große Rechnerhalle (00.05.011)">
<meta name="twitter:description" content="Date: 23.01.2026
Time: 12:00 - 21:00
Location: Location: Große Rechnerhalle (00.05.011)">
{% endblock %}
{% block meta_image %}
<meta property="og:image" content="{{ url_for('static', filename='h4tum_white.png', _external=True) }}">
<meta name="twitter:image" content="{{ url_for('static', filename='h4tum_white.png', _external=True) }}">
{% endblock %}
{% block content %}
<link rel="stylesheet" href="{{ url_for('static', filename='timeline.css') }}">

View File

@@ -1,5 +1,13 @@
{% extends "base.html" %}
{% block title %}
h4tum CTF Register - Rules
{% endblock %}
{% block meta_title %}
<meta property="og:title" content="h4tum CTF 2026 - Rules">
<meta name="twitter:title" content="h4tum CTF 2026 - Rules">
{% endblock %}
{% block content %}
<style>
code {