2024-11-25 14:12:43 -05:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2024-11-25 14:12:43 -05:00
|
|
|
<title>BiglyChat</title>
|
2024-11-25 14:12:43 -05:00
|
|
|
<script src='/static/main.js'></script>
|
|
|
|
<link rel='stylesheet' href='/static/main.css'>
|
2024-11-25 14:12:44 -05:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="description" content="Collab on videos... make creative animations... and more!">
|
2024-11-25 14:12:44 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-11-25 14:12:44 -05: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-11-25 14:12:43 -05:00
|
|
|
</head>
|
|
|
|
|
2024-11-25 14:12:43 -05:00
|
|
|
<body>
|
|
|
|
<%- include('header_block.ejs') -%>
|