diff options
| author | maike <maike@synzr.tw> | 2026-09-03 23:10:44 +0500 |
|---|---|---|
| committer | maike <maike@synzr.tw> | 2026-09-03 23:10:44 +0500 |
| commit | 2434488e501418d0c75bcfd1f8281eb46ee45bbb (patch) | |
| tree | 0e64a3125b9e50e1cbcc03045950eb3c285ac986 /htdocs/index.html | |
| parent | b5dcc96742cc2cbf98e4c0f734e842418e4f4307 (diff) | |
| download | hamster-main.tar.gz hamster-main.tar.bz2 hamster-main.zip | |
Diffstat (limited to 'htdocs/index.html')
| -rw-r--r-- | htdocs/index.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index ba13d03..0440b13 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -10,18 +10,16 @@ $photo_thumbnails[ $.[image/jpeg][/img/thumb/me.jpg] ] ^base[михаил «synzr»]{ - ^article[index][Приветствую вас!]{ + ^article[index][^locale.t[index_article_hello_there]]{ ^section[about-me]{ ^figure[$photo_thumbnails;image/jpeg; - $.caption[Моя фотография у останкинского телецентра в Москве] + $.caption[^locale.t[index_me_caption]] $.height[160] $.href[/img/photo/me.jpg] ] - <p class="text"> - Меня зовут Михаил, я платно учусь в частном колледже на IT, - интересуюсь технологиями и коллекционирую музыку на CD-пластинках. - Ну, вроде бы я человек - насколько это возможно. Обожаю лезть, куда не надо. - </p> + <p class="text">^locale.html[index_article_hello_there_paragraph_1]</p> + <p class="text">^locale.html[index_article_hello_there_paragraph_2]</p> + <p class="text">^locale.html[index_article_hello_there_paragraph_3]</p> } <hr class="divider"> } |
