24 lines
757 B
HTML
24 lines
757 B
HTML
<!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>
|
|
Feedback to <a href="mailto:feedback@pythonlang.org">feedback@pythonlang.org</a>
|
|
<hr class="sep" />
|
|
<div id="content">
|
|
{{ section.content | safe }}
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|