13 lines
254 B
HTML
13 lines
254 B
HTML
<html>
|
|
<head>
|
|
<script src="/js/editor.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
|
<title>Editor</title>
|
|
</head>
|
|
<body>
|
|
<input id="jsonUpload" type="file"><br>
|
|
|
|
<div id="deck"></div>
|
|
</body>
|
|
</html>
|