- Created complete documentation in docs/ directory - Added PROJECT_OVERVIEW.md with feature highlights and getting started guide - Added ARCHITECTURE.md with system design and technical details - Added SECURITY.md with comprehensive security implementation guide - Added DEVELOPMENT.md with development workflows and best practices - Added DEPLOYMENT.md with production deployment instructions - Added API.md with complete REST API documentation - Added CONTRIBUTING.md with contribution guidelines - Added CHANGELOG.md with version history and migration notes - Reorganized all documentation files into docs/ directory for better organization - Updated README.md with proper documentation links and quick navigation - Enhanced project structure with professional documentation standards
79 lines
4.0 KiB
HTML
79 lines
4.0 KiB
HTML
<!-- EasyStream Favicon and App Icon Configuration -->
|
|
<!-- Place this in your HTML <head> section -->
|
|
|
|
<!-- Primary favicon (SVG for modern browsers) -->
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
|
|
<!-- Fallback favicons for different sizes -->
|
|
<link rel="icon" type="image/svg+xml" sizes="16x16" href="/favicon-16x16.svg">
|
|
<link rel="icon" type="image/svg+xml" sizes="32x32" href="/favicon-32x32.svg">
|
|
<link rel="icon" type="image/svg+xml" sizes="96x96" href="/favicon-96x96.svg">
|
|
|
|
<!-- Apple Touch Icons -->
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.svg">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.svg">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.svg">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.svg">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.svg">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.svg">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.svg">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.svg">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.svg">
|
|
|
|
<!-- Apple Touch Icon (default) -->
|
|
<link rel="apple-touch-icon" href="/apple-icon.svg">
|
|
<link rel="apple-touch-icon-precomposed" href="/apple-icon-precomposed.svg">
|
|
|
|
<!-- Android/Chrome Icons -->
|
|
<link rel="icon" type="image/svg+xml" sizes="36x36" href="/android-icon-36x36.svg">
|
|
<link rel="icon" type="image/svg+xml" sizes="48x48" href="/android-icon-48x48.svg">
|
|
<link rel="icon" type="image/svg+xml" sizes="72x72" href="/android-icon-72x72.svg">
|
|
<link rel="icon" type="image/svg+xml" sizes="96x96" href="/android-icon-96x96.svg">
|
|
<link rel="icon" type="image/svg+xml" sizes="144x144" href="/android-icon-144x144.svg">
|
|
<link rel="icon" type="image/svg+xml" sizes="192x192" href="/android-icon-192x192.svg">
|
|
|
|
<!-- Microsoft Tile Icons -->
|
|
<meta name="msapplication-TileColor" content="#4A90E2">
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.svg">
|
|
<meta name="msapplication-square70x70logo" content="/ms-icon-70x70.svg">
|
|
<meta name="msapplication-square150x150logo" content="/ms-icon-150x150.svg">
|
|
<meta name="msapplication-square310x310logo" content="/ms-icon-310x310.svg">
|
|
<meta name="msapplication-config" content="/browserconfig.xml">
|
|
|
|
<!-- PWA Manifest -->
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<!-- Theme Colors -->
|
|
<meta name="theme-color" content="#4A90E2">
|
|
<meta name="msapplication-navbutton-color" content="#4A90E2">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="#4A90E2">
|
|
|
|
<!-- PWA Settings -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-title" content="EasyStream">
|
|
<meta name="application-name" content="EasyStream">
|
|
|
|
<!-- Additional Meta Tags -->
|
|
<meta name="description" content="EasyStream - Cloud-powered video streaming platform with smiling cloud technology">
|
|
<meta name="keywords" content="video streaming, cloud streaming, easystream, video platform">
|
|
<meta name="author" content="EasyStream">
|
|
|
|
<!-- Open Graph / Social Media -->
|
|
<meta property="og:title" content="EasyStream - Cloud Video Streaming">
|
|
<meta property="og:description" content="Experience seamless video streaming with our friendly cloud-powered platform">
|
|
<meta property="og:image" content="/android-icon-192x192.svg">
|
|
<meta property="og:url" content="https://yourdomain.com">
|
|
<meta property="og:type" content="website">
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="EasyStream - Cloud Video Streaming">
|
|
<meta name="twitter:description" content="Experience seamless video streaming with our friendly cloud-powered platform">
|
|
<meta name="twitter:image" content="/android-icon-192x192.svg">
|
|
|
|
<!-- Preload critical resources -->
|
|
<link rel="preload" href="/f_scripts/fe/img/logo-header-blue.svg" as="image" type="image/svg+xml">
|
|
|
|
<!-- DNS Prefetch for performance -->
|
|
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
|
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com"> |