Skip to content

Instantly share code, notes, and snippets.

@iplabme
Created June 3, 2025 11:01
Show Gist options
  • Save iplabme/3d1e87014b36772543e08dae95338932 to your computer and use it in GitHub Desktop.
Save iplabme/3d1e87014b36772543e08dae95338932 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