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