blob: be14bbdaa0fdf74675cbf0fef661e8cc6ed4e7dc [file] [log] [blame]
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
script(type='text/javascript').
var lang = navigator.language || navigator.userLanguage;
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
location.href = '#{host}/examples/' + lang + '/index.html';