Add mine page
This commit is contained in:
@@ -71,3 +71,7 @@ def host():
|
||||
@app.route("/us")
|
||||
def us():
|
||||
return render_template('us.html')
|
||||
|
||||
@app.route("/risdeveau")
|
||||
def risdeveau():
|
||||
return render_template('personal/risdeveau/index.html')
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Sweet Bread</title>
|
||||
|
||||
<link rel="stylesheet" href="/static/style/main.css">
|
||||
<link rel="icon" type="image/webp" href="/static/icon/us/risdeveau.webp" />
|
||||
<script src="/static/script/copy-mono.js"> </script>
|
||||
<script
|
||||
src="https://track.codrs.ru/api/script.js"
|
||||
data-site-id="1"
|
||||
defer
|
||||
></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="block">
|
||||
<h3>Development</h3>
|
||||
|
||||
<p><a href="//g.codrs.ru/Sweetbread">Gitea</a></p>
|
||||
<p><a href="https://github.com/VerySweetBread">GitHub</a></p>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<h3>Contacts</h3>
|
||||
|
||||
<p><a href="//b.codrs.ru/risdeveau">Fediverse</a></p>
|
||||
<p><a href="https://gamebanana.com/members/3899828">GameBanana</a></p>
|
||||
<p><a href="https://steamcommunity.com/id/risdeveau">Steam</a></p>
|
||||
<p><a href="mailto:risdeveau@codrs.ru">Mail</a></p>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
{% block title %}О нас{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<a href="#" class="block green">
|
||||
<a href="{{ url_for('risdeveau') }}" class="block green">
|
||||
<div class="header">
|
||||
<img src="/static/icon/us/risdeveau.webp" class="icon"/>
|
||||
Sweetbread
|
||||
|
||||
Reference in New Issue
Block a user