Added ../ prefix for VSC Live Server
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
.container {
|
||||
|
||||
}
|
||||
@@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<title>R11 MockedServices</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/css/main.css" type="text/css">
|
||||
<link rel="stylesheet" href="/css/tooltip.css" type="text/css">
|
||||
<link rel="stylesheet" href="../css/main.css" type="text/css">
|
||||
<link rel="stylesheet" href="../css/tooltip.css" type="text/css">
|
||||
<link rel="stylesheet" href="http://gordon.zipper.release11.com:8085/common.css" type="text/css">
|
||||
<link rel="stylesheet" href="/Dependency/fontello-plus/css/fontello.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="/css/modal.css" type="text/css">
|
||||
<link rel="stylesheet" href="/css/table.css" type="text/css">
|
||||
<link rel="stylesheet" href="../Dependency/fontello-plus/css/fontello.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="../css/modal.css" type="text/css">
|
||||
<link rel="stylesheet" href="../css/table.css" type="text/css">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Acme&family=Josefin+Slab:wght@500&display=swap" rel="stylesheet">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
@@ -19,10 +19,10 @@
|
||||
<div id="toolName">Mocked Service <span id="version">v0.0.1</span></div>
|
||||
<div id="itemData">
|
||||
<div id="basicItemData" class="articleHead">Your message</div>
|
||||
<div id="advancedItemData" class="articleHead" style="display: none;">Message id: <span id="mockedMessageId"></span></div>
|
||||
<div id="advancedItemData" class="articleHead" style="display: none;">Message id: <span id="mockedMessageId">0</span></div>
|
||||
<div id="link">
|
||||
<label for="messageLink">Link</label>
|
||||
<div id="messageLink" class="field"></div>
|
||||
<div id="messageLink" class="field">https://www.testlink.com/doesntwork/tho</div>
|
||||
</div>
|
||||
<div id="msgBody">
|
||||
<div id="messageFields">
|
||||
|
||||
Reference in New Issue
Block a user