Skip to content

Instantly share code, notes, and snippets.

@iplabme
Created June 3, 2025 11:13
Show Gist options
  • Save iplabme/01ec3823cec1df413ad6c8423c55f2c8 to your computer and use it in GitHub Desktop.
Save iplabme/01ec3823cec1df413ad6c8423c55f2c8 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><th style=\'background-color:pink;\'>Имя:</th><td>Гарик</td></tr><tr><th style=\'background-color:pink;\'>Фамилия:</th><td>Харламов</td></tr><tr><th style=\'background-color:pink;\'>Прозвище:</th><td>Бульдог</td></tr></table></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment