ico
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 10s

This commit is contained in:
arrelin
2026-03-06 16:04:47 +03:00
parent dec1ea4890
commit 12b2084d26
3 changed files with 17 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ services:
frontend: frontend:
image: 192.168.31.100:3847/arrelin/wedding-frontend:latest image: 192.168.31.100:3847/arrelin/wedding-frontend:latest
container_name: wedding_frontend container_name: wedding_frontend
expose:
- "80"
depends_on: depends_on:
- backend - backend
networks: networks:

View File

@@ -2,9 +2,9 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>frontend</title> <title>Приглашение</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="48" fill="#FAE8EC"/>
<!-- лепестки -->
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#D4637A" opacity="0.9"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#D4637A" opacity="0.9" transform="rotate(60 50 50)"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#D4637A" opacity="0.9" transform="rotate(120 50 50)"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#E8A0AE" opacity="0.85" transform="rotate(30 50 50)"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#E8A0AE" opacity="0.85" transform="rotate(90 50 50)"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#E8A0AE" opacity="0.85" transform="rotate(150 50 50)"/>
<!-- сердцевина -->
<circle cx="50" cy="50" r="10" fill="#F5C0CB"/>
<circle cx="50" cy="50" r="6" fill="#D4637A"/>
</svg>

After

Width:  |  Height:  |  Size: 873 B