22 lines
No EOL
862 B
HTML
22 lines
No EOL
862 B
HTML
<!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> |