2024-09-18 18:47:09 -04:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2024-09-24 10:40:10 -04:00
|
|
|
<title>BiglyChat</title>
|
2024-09-18 18:47:09 -04:00
|
|
|
<script src='/static/main.js'></script>
|
|
|
|
<link rel='stylesheet' href='/static/main.css'>
|
2024-10-30 20:37:20 -04:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="description" content="Collab on videos... make creative animations... and more!">
|
2024-10-27 00:26:02 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-10-30 20:37:20 -04:00
|
|
|
<meta property="og:title" content="BiglyChat" />
|
|
|
|
<meta property="og:type" content="<%= ogType %>" />
|
|
|
|
<meta property="og:url" content="<%= url %>" />
|
|
|
|
<meta property="og:image" content="<%= icon %>" />
|
2024-09-18 18:47:09 -04:00
|
|
|
</head>
|
|
|
|
|
2024-09-19 04:31:30 -04:00
|
|
|
<body>
|
|
|
|
<%- include('header_block.ejs') -%>
|