Skip to content

Instantly share code, notes, and snippets.

@iplabme
Created June 3, 2025 11:27
Show Gist options
  • Save iplabme/1809d4899faa61f0fc33c9748ec65f0a to your computer and use it in GitHub Desktop.
Save iplabme/1809d4899faa61f0fc33c9748ec65f0a to your computer and use it in GitHub Desktop.
HTML Page from Telegram AI Bot
<html lang=\'ru\'><head><title>Студенты класса</title><style type=\'text/css\'>body {background-color: beige;} table {border-collapse: collapse; width: 100%;} th, td {padding: 8px; text-align: left; border-bottom: 1px solid #ddd;} tr:nth-child(even){background-color: lightgrey} th {background-color: limegreen;}</style></head><body><h2>Список студентов:</h2><table><tr><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