openvpn-status
Version:
A web-based application to monitor clients connected to an openvpn server.
17 lines (16 loc) • 700 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>VPN Server Status</title>
<link rel="icon" href="./static/images/16x16.png" sizes="16x16">
<link rel="icon" href="./static/images/32x32.png" sizes="32x32">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/reconnecting-websocket/1.0.0/reconnecting-websocket.min.js"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>