Init call

This commit is contained in:
edsea
2025-07-18 02:16:18 +02:00
commit a65ccc4218
40 changed files with 100424 additions and 0 deletions

12
public/.htaccess Executable file
View File

@@ -0,0 +1,12 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>

BIN
public/favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

49
public/index.html Executable file
View File

@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
<title>Stella Amor | Discover Your Dream Date Today</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" crossorigin="anonymous" />
<link rel="canonical" href="https://stellaamor.com">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discover endless possibilities for meaningful connections at Stella Amor, the innovative dating platform designed to cater to every preference. With our comprehensive filtering system, finding your perfect match has never been easier. Explore a diverse community and unlock your path to love and companionship today">
<meta property="og:title" content="Stella Amor | Discover Your Dream Date Today">
<meta property="og:description" content="Discover endless possibilities for meaningful connections at Stella Amor, the innovative dating platform designed to cater to every preference. With our comprehensive filtering system, finding your perfect match has never been easier. Explore a diverse community and unlock your path to love and companionship today">
<meta property="og:image" content="https://api.stellaamor.com/static/logo2.png">
<meta property="og:url" content="https://stellaamor.com">
<meta property="og:type" content="website">
<meta name="twitter:title" content="Stella Amor | Discover Your Dream Date Today">
<meta name="twitter:description" content="Discover endless possibilities for meaningful connections at Stella Amor, the innovative dating platform designed to cater to every preference. With our comprehensive filtering system, finding your perfect match has never been easier. Explore a diverse community and unlock your path to love and companionship today">
<meta name="twitter:image" content="https://api.stellaamor.com/static/logo2.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="author" content="Stella Amor">
<meta name="keywords" content="Dating">
<meta name="robots" content="index,follow">
<meta httpequiv="expires" content="0">
<meta httpequiv="pragma" content="no-cache"></head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-486MZV8H9M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-486MZV8H9M');
</script>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>

BIN
public/rss/img/logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB