/
githubmirror
/
immutable-js
Обзор
Документация
Войти
/
githubmirror
/
immutable-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.8.3
pages/src/index.html
35 строк
2 KB
Lee Byron
Update header
16 апр 2016, 04:44
16 апр 2016, 04:44
a52676c
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Immutable.js</title> <link rel="icon" type="image/png" href="./static/favicon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> <link rel="stylesheet" href="//code.cdn.mozilla.net/fonts/fira.css"> <link rel="stylesheet" type="text/css" href="bundle.css" /> <base target="_blank" /> </head> <body> <!-- React(./src/index.js) --> <script src="//cdn.jsdelivr.net/react/0.12.1/react-with-addons.min.js"></script> <script src="bundle.js"></script> <!-- ReactRender() --> <script src="//cdn.jsdelivr.net/immutable.js/3.7.6/immutable.min.js"></script> <script> //<![CDATA[ console.log( '\n'+ ' ▄▟████▙▄ _ __ __ __ __ _ _ _______ ____ _ _____ \n'+ ' ▟██████████▙ | | | \\ / | \\ / | | | |__ __|/\\ | _ \\| | | ___|\n'+ '██████████████ | | | \\/ | \\/ | | | | | | / \\ | |_) | | | |__ \n'+ '██████████████ | | | |\\ /| | |\\ /| | | | | | | / /\\ \\ | _ <| | | __| \n'+ ' ▜██████████▛ | | | | \\/ | | | \\/ | | |__| | | |/ ____ \\| |_) | |___| |___ \n'+ ' ▀▜████▛▀ |_| |_| |_|_| |_|\\____/ |_/_/ \\_\\____/|_____|_____|\n'+ '\n'+ '> console.log(Immutable);' ); console.log(Immutable); //]]> </script> </body> </html>