New frontend structure; resolved ticket #3

This commit is contained in:
2023-01-16 13:47:45 +01:00
parent d05a8a5ce2
commit 37cfacd1e5
33 changed files with 104 additions and 1776 deletions

View File

@@ -3,9 +3,10 @@
<head>
<title>R11 MockedServices</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/fontello.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="stylesheet" href="css/common.css" type="text/css">
<link rel="stylesheet" href="http://localhost:8086/assets/css/common/fontello.css" type="text/css">
<link rel="stylesheet" href="http://localhost:8086/assets/css/mock-service/main.css" type="text/css">
<!-- <link rel="stylesheet" href="css/common.css" type="text/css"> -->
<link rel="stylesheet" href="http://localhost:8086/assets/css/mock-service/common.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
@@ -246,4 +247,4 @@
<script type="text/javascript" src="/js/historyloader.js"></script>
<script type="text/javascript" src="/js/fiddle.js"></script>
</body>
</html>
</html>