fix viewer backend for convenitnt test and do some frontend work
This commit is contained in:
31
SuperScriptViewer/static/templates/help.html
Normal file
31
SuperScriptViewer/static/templates/help.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Super Script Viewer Help</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Super Script Viewer Help</h1>
|
||||
<p>This page is help center, providing useful link for some detailed help page. Choose what you want to use and enter corresponding page.</p>
|
||||
<br />
|
||||
<br />
|
||||
<h2>Converter</h2>
|
||||
<ul>
|
||||
<li><a href="/help/converter">Converter</a>: The page containing converter which can convert the data with various style for some convenient operations.</li>
|
||||
</ul>
|
||||
<h2>Environment database query</h2>
|
||||
<ul>
|
||||
<li><a href="/help/env">Environment data query</a>: The page which can query environment data.</li>
|
||||
</ul>
|
||||
<h2>Viewer legend</h2>
|
||||
<ul>
|
||||
<li><a href="/help/legend">Viewer legend</a>: The page which introduce how to use viewer page.</li>
|
||||
</ul>
|
||||
<br />
|
||||
<br />
|
||||
<!-- todo: finish this-->
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user