Created
May 31, 2012 13:46
-
-
Save jsmarkus/2843517 to your computer and use it in GitHub Desktop.
Ghost website
This file contains 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
function about() { | |
/* | |
Subject: Сайт-призрак | |
Date: 2012-06-01 | |
Этот сайт сделан для прикола. | |
*/ | |
} |
This file contains 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
function blog() { | |
/* | |
Subject: Вторая запись | |
Date: 2012-06-01 16:51 | |
Полет нормальный. | |
*/ | |
/* | |
Subject: Первый день лета | |
Date: 2012-06-01 | |
*Это* - запись в блоге. | |
Блог хостится в виде gist-а, а рендерится с помощью скрипта, хостящегося на jsfiddle. | |
Да здравствует анархия! | |
*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment