dfdsfsafdsfsdfasdsf

This commit is contained in:
drel
2025-07-26 15:23:11 +03:00
parent 2b41b6eba8
commit c55a0a5b18
14 changed files with 846 additions and 0 deletions

20
templates/about.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>OpenVK4WebTV - About</TITLE>
<STYLE>
Body { font-family: Arial; background: #EEE; }
.container { width: 300px; margin: 50px auto; padding: 20px; background: white; }
.field { margin: 10px 0; }
INPUT { width: 100%; padding: 2px; }
</STYLE>
</HEAD>
<BODY>
<DIV CLASS="container">
<P><B>OpenVK4WebTV</B> is a simple ass OpenVK client for WebTVs (and maybe super old web browsers)</P>
<BR>
<P>Made by me... and DeepSeek (cuz i suck at everything)</P>
<IMG SRC="/static/me.gif"><IMG SRC="/static/deepseek.gif">
</DIV>
</BODY>
</HTML>