Files
thedrank.com/app/templates/index.html
2019-09-22 16:25:48 -05:00

16 lines
517 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 bare 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>