Adds meta tags and server-side rendering for enhanced social sharing of videos. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 50814a1e-92e4-4968-856f-7bc7eedf5e8f Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/50814a1e-92e4-4968-856f-7bc7eedf5e8f/hUgv2Vz
34 lines
1.7 KiB
HTML
34 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
|
<title>VideoStream - Video Streaming Platform</title>
|
|
<meta name="description" content="Watch and discover amazing videos on VideoStream - your premium video streaming platform" />
|
|
|
|
<!-- Open Graph Meta Tags for Social Media -->
|
|
<meta property="og:title" content="VideoStream - Video Streaming Platform" />
|
|
<meta property="og:description" content="Watch and discover amazing videos on VideoStream - your premium video streaming platform" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="" />
|
|
<meta property="og:image" content="" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:site_name" content="VideoStream" />
|
|
|
|
<!-- Twitter Card Meta Tags -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="VideoStream - Video Streaming Platform" />
|
|
<meta name="twitter:description" content="Watch and discover amazing videos on VideoStream - your premium video streaming platform" />
|
|
<meta name="twitter:image" content="" />
|
|
|
|
<!-- Facebook specific -->
|
|
<meta property="fb:app_id" content="" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
<!-- This is a replit script which adds a banner on the top of the page when opened in development mode outside the replit environment -->
|
|
<script type="text/javascript" src="https://replit.com/public/js/replit-dev-banner.js"></script>
|
|
</body>
|
|
</html> |