Initial commit
This commit is contained in:
17
static/shell.html
Normal file
17
static/shell.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Certidude server</title>
|
||||
<link href="/assets/css/bundle.css" rel="stylesheet" type="text/css"/>
|
||||
<!-- <link href="/css/shell.css" rel="stylesheet" type="text/css"/> -->
|
||||
<script type="text/javascript" src="/assets/js/bundle.js"></script>
|
||||
<script type="text/javascript" src="/js/shell.js"></script>
|
||||
</head>
|
||||
<body onLoad="init();">
|
||||
<input type='upload' onchange='onChooseFile();' />
|
||||
|
||||
<div id="terminal"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user