mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-02-09 02:29:45 +00:00
15 lines
576 B
HTML
15 lines
576 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#565656" />
|
|
<meta name="description" content="Jambonz is an open source Communications Platform as a Service (CPaaS) built on drachtio, the open source project for creating SIP server applications." />
|
|
<title>Jambonz | Open Source CPAAS</title>
|
|
</head>
|
|
<body>
|
|
<noscript>Please enable JavaScript in order to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|