2022-12-28 00:46:08 +00:00
{% extends 'layout.html' %}
{% block content %}
2022-12-28 18:45:26 +00:00
< div class = "content content-header" >
< p > {{title}}< / p >
2022-12-28 00:46:08 +00:00
< / div >
2022-12-28 18:45:26 +00:00
< div class = "content content-list" id = "contact" >
< button class = "btn btn-blue" >
2022-12-28 00:46:08 +00:00
Twitter
< i class = "ph-twitter-logo" > < / i >
< / button >
2022-12-28 18:45:26 +00:00
< button class = "btn btn-purple" >
2022-12-28 00:46:08 +00:00
Mastodon
< i class = "ph-linux-logo" > < / i >
< / button >
2022-12-28 18:45:26 +00:00
< button class = "btn btn-blue" >
2022-12-28 00:46:08 +00:00
Telegram
< i class = "ph-telegram-logo" > < / i >
< / button >
2022-12-28 18:45:26 +00:00
< button class = "btn btn-yellow" >
2022-12-28 00:46:08 +00:00
Github
< i class = "ph-github-logo" > < / i >
< / button >
2022-12-28 18:45:26 +00:00
< button class = "btn btn-red" >
2022-12-28 00:46:08 +00:00
Discord
< i class = "ph-discord-logo" > < / i >
< / button >
< / div >
2022-12-28 18:45:26 +00:00
< div class = "content content-img" id = "contact" >
< img src = "{{ url_for('static', filename='images/sneak.png') }}" alt = "Fluffy the maned wolf art, line art by Shep, colouring by meeee" style = "max-width: 500px;" >
< / div >
2022-12-28 00:46:08 +00:00
{% endblock %}