AnorakWeb/website/templates/home.html

8 lines
442 B
HTML

{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content
%}
<div align="center" style="padding:10px;color: #04AA6D;">
<h1>| Twitch |</h1>
<a href="https://www.twitch.tv/an0rak_1" target="_blank" rel="noopener noreferrer"><img src="https://static-cdn.jtvnw.net/jtv_user_pictures/04ff75ab-1e9a-4b7b-b5d3-c7ff35d20b80-profile_image-70x70.png" width="120" height="120" style="padding:12px;"></a>
</div>
{% endblock %}