feat: init commit
This commit is contained in:
commit
ebc566fc9d
9 changed files with 1203 additions and 0 deletions
22
web/index.html
Normal file
22
web/index.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!doctype html>
|
||||
<html lang=zh>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/normalize/0/normalize.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/codemirror/2.33.0/codemirror.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/static/index.css" />
|
||||
|
||||
<script src="https://cdn.staticfile.org/codemirror/2.33.0/codemirror.js"></script>
|
||||
<script src="https://cdn.staticfile.org/axios/0.1.0/axios.min.js"></script>
|
||||
<script src="/static/javascript.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">Go Charts</div>
|
||||
<div class="codeWrapper"><textarea id="codeInput"></textarea></div>
|
||||
<div class="previewWrapper">
|
||||
<div id="svg"></div>
|
||||
</div>
|
||||
<a href="#" class="run" onclick="run()">运行</a>
|
||||
</body>
|
||||
<script src="/static/index.js"></script>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue