Skip to content

Instantly share code, notes, and snippets.

@iplabme
Created June 3, 2025 11:04
Show Gist options
  • Save iplabme/0675a8a9754295410a050d2a1b374ef8 to your computer and use it in GitHub Desktop.
Save iplabme/0675a8a9754295410a050d2a1b374ef8 to your computer and use it in GitHub Desktop.
HTML Page from Telegram AI Bot
<html><head><title>Class Students</title></head><body><h1>Students List</h1><table border=\'1\'><tr><th style=\'background-color:pink;\'>First Name</th><td>Гарик</td></tr><tr><th style=\'background-color:pink;\'>Last Name</th><td>Харламов</td></tr><tr><th style=\'background-color:pink;\'>Nickname</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