Skip to content

Instantly share code, notes, and snippets.

@iplabme
Created June 3, 2025 11:07
Show Gist options
  • Save iplabme/d7e2d577f9ec8fc46ef2f93cdefe9335 to your computer and use it in GitHub Desktop.
Save iplabme/d7e2d577f9ec8fc46ef2f93cdefe9335 to your computer and use it in GitHub Desktop.
HTML Page from Telegram AI Bot
<html lang=\'ru\'><head><title>Список студентов</title></head><body><h1>Студенты класса</h1><table border=\'1\'><tr style=\'background-color:#90EE90;\'><th>Имя</th><th>Фамилия</th><th>Прозвище</th></tr><tr><td>Гарик</td><td>Харламов</td><td>Бульдог</td></tr></table></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment