Files
thedrank.com/app/templates/index.html
2019-09-24 20:33:55 -05:00

16 lines
518 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>The Drank</title>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
</head>
<body>
{{ viewcount }} idiots have borne witness to my worst creation yet
<br>
i don't know how to program html
<br>
Xevion#0001 if you know how tf i can make this meme site real lmao
<br>
<a href="https://github.com/xevion/thedrank.com">GitHub Repository</a>
</body>
</html>