1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Initial main commit

This commit is contained in:
Ylian Saint-Hilaire 2017-08-28 09:27:45 -07:00
parent 802cbecb3c
commit b831b7cb97
104 changed files with 62749 additions and 1 deletions

10
public/relay.htm Normal file
View file

@ -0,0 +1,10 @@
<html>
<head>
<script type="text/javascript" src="relay.js"></script>
</head>
<body>
<script>
var relay = createMeshConnection('0D49FDEFFB778D40C062DD34A3E96113:1485387591408:b2970207326684b4de5375d097db23c85e64497eaa72013b56a8ecd8063fb9b3').connect();
</script>
</body>
</html>