fixed html code in exemple

fixed html code in exemple
This commit is contained in:
Doczom
2023-12-10 23:46:12 +05:00
committed by GitHub
parent b32a38a071
commit 31f574270c
2 changed files with 6 additions and 6 deletions

View File

@@ -232,7 +232,7 @@ _10: dd 10
sceleton_resp:
db '<!DOCTYPE html>'
db '<html><head><meta charset="utf-8"><title>Test Server 2</title></head>'
db '<body><ul><il><a href="?gr=bpo">bpo</a></il><br><il><a href="?gr=btp">btp</a></il></ul>'
db '<body><ul><li><a href="?gr=bpo">bpo</a></li><li><a href="?gr=btp">btp</a></li></ul>'
db '<b>Название группы: </b>'
.name = $ - sceleton_resp
db ' <br><b>Экзамены:</b>'
@@ -242,17 +242,17 @@ sceleton_resp:
bpo_data:
db 'Дискретка'
db 'Дискретка :('
.size = $ - bpo_data
bpo_name:
db 'БПО09-23-21'
db 'Разарботчики'
.size = $ - bpo_name
btp_data:
db 'Эти лохи химию сдают'
db 'Эти химию сдают :)'
.size = $ - btp_data
btp_name:
db 'БТП-23-21'
db 'Технологи'
.size = $ - btp_name
@EXPORT:

Binary file not shown.