doT had a security vulnerability and ejs has even fewer dependencies: https://www.npmjs.com/advisories/798
26 lines
773 B
HTML
26 lines
773 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Peer Calls - Video calls to anybody in the world with a private direct connection</title>
|
|
<%- include('./_header.html') %>
|
|
</head>
|
|
<body>
|
|
<a id="github-ribbon" href="https://github.com/jeremija/peer-calls" target="_blank">
|
|
<img src="<%= baseUrl + '/res/fork.png' %>" alt="Fork me on GitHub">
|
|
</a>
|
|
|
|
<div id="container">
|
|
<form id="form" method="get" action="<%= baseUrl + '/call' %>">
|
|
<h1>
|
|
<img src="<%= baseUrl + '/res/peer-calls.svg' %>" width="100%" alt="Peer Calls">
|
|
</h1>
|
|
<p>Group peer-to-peer calls for everyone. Create a private room. Share the link.</p>
|
|
<input type="submit" value="New Session">
|
|
</form>
|
|
</div>
|
|
|
|
<footer>
|
|
<div>v<%= version %></div>
|
|
</footer>
|
|
</body>
|