add gh pages

This commit is contained in:
kekee000
2019-10-27 13:15:31 +08:00
parent 929babd8db
commit 9e49a177fe
389 changed files with 286 additions and 33169 deletions

17
editor.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>Editor</title>
<link rel="shortcut icon" href="http://www.baidu.com/favicon.ico" type="image/x-icon">
<link href="css/editor-0de2eb83.css" rel="stylesheet"></head>
<body>
<div id="editor-panel" class="editor-panel" oncontextMenu="return false"></div>
<script src="./dep/jquery.min.js"></script>
<script src="./dep/hidpi-canvas.js"></script>
<script>
window.language = 'zh-cn';
</script>
<script type="text/javascript" src="js/editor.js"></script></body>
</html>