This repository has been archived on 2023-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
vn-softphone/views/header/index.html

17 lines
879 B
HTML

<!DOCTYPE html>
<html lang="es">
<head>
<title>Softphone</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="/static/css/app.css"/>
<link rel="stylesheet" type="text/css" href="/static/css/components.css"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script type="text/javascript" src="/static/js/jquery.min.js"></script>
<script type="text/javascript" src="/static/js/jssip.js?v=1"></script>
<script type="text/javascript" src="/static/js/ua.js?v=1"></script>
<script type="text/javascript" src="/static/js/audio.js?v=1"></script>
<script type="text/javascript" src="/static/js/softphone.js?v=1"></script>
<script type="text/javascript" src="/static/js/util.js?v=1"></script>
<script type="text/javascript" src="/static/js/event.js?v=1"></script>
</head>
<body>