mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-15 10:13:31 -06:00
18 lines
620 B
HTML
18 lines
620 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>
|
|
<br>
|
|
<b>may just close this shit down if it's just costing me money I don't have.</b>
|
|
</body>
|
|
</html> |