Changed Homepage to Frontend and fixed typo

This commit is contained in:
2023-01-16 13:59:06 +01:00
parent 5655e46112
commit 8f4e42c533
92 changed files with 0 additions and 0 deletions

31
Frontend/index.html Normal file
View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/css/frame.css">
<!-- <link rel="stylesheet" href="common.css"> -->
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="header">
<h1 id="logo"><a href="http://release11.com/"><img src="assets/images/logo.png" alt="Release11"></a></h1>
</div>
<div id="content">
<div id="toolList">
<ul id="toolList">
<li id="toolListRow"><a href="http://localhost:8097/" target="iframe">REST Mock</a></li>
<li id="toolListRow"><a href="./tools/xpath.html" target="iframe">XPath</a></li>
<li id="toolListRow"><a href="./tools/xslt.html" target="iframe">XSLT</a></li>
<li id="toolListRow"><a href="./tools/xsd.html" target="iframe">XSD</a></li>
</ul>
<div id="copyright">Copyright © 2023<br><a href="http://release11.com/">Release11 Sp. z. o. o.</a></div>
</div>
<iframe id="frame" name="iframe" src="http://localhost:8097/" frameborder="0"></iframe>
</div>
</body>
</html>