Files
siprouter/html/index.html

18 lines
663 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>SipRouter</title>
<style>
body { margin: 0; padding: 0; background: #0f172a; color: #e2e8f0; font-family: system-ui, -apple-system, sans-serif; }
sipproxy-app { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: auto; -webkit-overflow-scrolling: touch; }
</style>
</head>
<body>
<sipproxy-app></sipproxy-app>
<script type="module" src="/bundle.js"></script>
</body>
</html>