Files
invitation/frontend/src/App.tsx

19 lines
769 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import './App.css'
function App() {
return (
<>
<h1>Приглашение на Новый год 2025-2026 🎄</h1>
<p className="mainText">
Дорогие, Пятки! 🦶
Приглашаем вас отпраздновать предстоящий Новый Год 2025-2026 с нами в сосновой избе, в которой, ко всему прочему, будет праздноваться годовщина нашей жизни в ней!
Мы ожидаем вас с 30.12.2025. Праздник обычно длится до 01.01.2025, но если вам будет безумно плохо, то иожно остаться и до второго числа.
</p>
</>
)
}
export default App