add website

This commit is contained in:
lx
2026-08-02 17:55:21 +00:00
commit 5ff67c4066
488 changed files with 106390 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{% extends '__layout__.html' %}
{% block title %}Fluttershy{% endblock %}
{% block content %}
<div class="container d-flex flex-column align-items-center text-center" style="margin-top:128px;">
<h1>Yay!</h1>
<img src="{{ fluttershy_image }}" alt="Fluttershy" class="rounded" style="max-width: 100%; width: 420px;">
</div>
{% endblock %}