34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Omi</title>
|
|
<link rel="shortcut icon" href="../asset/omi.ico">
|
|
<link rel="stylesheet" href="css/docs.css">
|
|
<link rel="stylesheet" href="common/highlight/prism.css">
|
|
<link rel="stylesheet" href="common/highlight/prism-line-highlight.css">
|
|
</head>
|
|
<body>
|
|
<!--[if lt IE 9]>
|
|
<script>
|
|
(function(){
|
|
document.body.innerHTML = "Does not support IE8, IE7 and IE6...<br/>Please use modern browser!<br/>" +
|
|
"The website will redirect to GitHub after 3s."
|
|
setTimeout(function(){
|
|
window.location.href = 'https://github.com/AlloyTeam/omi';
|
|
},3000);
|
|
return;
|
|
})()
|
|
|
|
</script>
|
|
<![endif]-->
|
|
<!--[if IE 9]>
|
|
<script src="common/common/class_list.js"></script>
|
|
<![endif]-->
|
|
|
|
<script src="common/highlight/prism.js"></script>
|
|
<script src="common/highlight/prism-line-highlight.js"></script>
|
|
<script src="common/marked.min.js"></script>
|
|
<script src="dist/bundler.js"></script>
|
|
</body>
|
|
</html> |