-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.ejs.html
executable file
·25 lines (22 loc) · 1.18 KB
/
index.ejs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WebSocket/Socket.IO/Stomp/Bayeux/HTTP/TCP/UDP/WebRTC/DNS Test Tool</title>
<meta name="description" content="A Develop Tool to Test WebSocket, Socket.IO, Stomp, Bayeux, HTTP, TCP, UDP, WebRTC, DNS API.">
<!--<%-context.buildMoment %>-->
<link href="<%=vendorBundleCss %>" rel="stylesheet" crossOrigin="anonymous" integrity="<%=sri.vendorBundleCss %>">
<%-inline.indexBundleCss %>
</head>
<body>
<a class="github-fork-ribbon right-bottom" href="https://github.com/plantain-00/ws-tool" data-ribbon="Fork me on GitHub" title="Fork me on GitHub" target="_blank" rel="noopener">Fork me on GitHub</a>
<div id="prerender-container">
<div id="body"></div>
</div>
<script defer="defer" src="<%=vendorBundleJs %>" crossOrigin="anonymous" integrity="<%=sri.vendorBundleJs %>"></script>
<script defer="defer" src="<%=indexBundleJs %>" crossOrigin="anonymous" integrity="<%=sri.indexBundleJs %>"></script>
</body>
</html>