Dislocker/templates/damedesu.html

10 lines
194 B
HTML
Raw Permalink Normal View History

2024-06-04 09:36:29 +09:00
<!DOCTYPE html>
<html>
<head>
<title>だめです いいえ 帰ってください</title>
</head>
<body>
<img src="{{url_for('static', filename='/damedesu.webp')}}">
</body>
</html>