bigly-chat/views/header.ejs

14 lines
409 B
Text
Raw Normal View History

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