This commit is contained in:
parent
916f3528bd
commit
161be70df8
1 changed files with 21 additions and 16 deletions
|
@ -1,19 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<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>
|
||||
</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>
|
||||
<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>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue