Created
June 3, 2025 11:24
-
-
Save iplabme/ef0a8673c09c36611e90194704c3e057 to your computer and use it in GitHub Desktop.
HTML Page from Telegram AI Bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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: greenyellow;}</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