add feedback email
continuous-integration/drone/push Build is passing Details

This commit is contained in:
LordMZTE 2021-07-31 21:18:22 +02:00
parent 916f3528bd
commit 161be70df8
1 changed files with 21 additions and 16 deletions

View File

@ -1,19 +1,24 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<link rel="stylesheet" href="index.css" /> <head>
<meta charset="utf-8" /> <link rel="stylesheet" href="index.css" />
<title>This is Python</title> <meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="https://www.python.org/static/favicon.ico"> <title>This is Python</title>
</head> <link rel="icon" type="image/x-icon" href="https://www.python.org/static/favicon.ico">
<body> </head>
<h1 id="python-logo"><img src="https://python.org/static/img/python-logo.png" alt="python™"></h1>
<h1 id="main_header">{{ section.title | safe }}</h1> <body>
<br /> <h1 id="python-logo"><img src="https://python.org/static/img/python-logo.png" alt="python™"></h1>
<a href="https://tilera.xyz/git/LordMZTE/pythonlang2"><img src="https://img.shields.io/badge/source%20code-Gitea-green"></a> <h1 id="main_header">{{ section.title | safe }}</h1>
<hr class="sep" /> <br />
<div id="content"> <a href="https://tilera.xyz/git/LordMZTE/pythonlang2"><img
{{ section.content | safe }} src="https://img.shields.io/badge/source%20code-Gitea-green"></a>
</div> Feedback to <a href="mailto:feedback@pythonlang.org">feedback@pythonlang.org</a>
</body> <hr class="sep" />
<div id="content">
{{ section.content | safe }}
</div>
</body>
</html> </html>