mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-15 00:13:24 -06:00
16 lines
518 B
HTML
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> |