14 lines
707 B
PHP
14 lines
707 B
PHP
<?php include 'includes/header.php'; ?>
|
|
|
|
<div class="text-center">
|
|
<h1 class="display-4 fw-bold">ברוכים הבאים ל-Ari Stage</h1>
|
|
<p class="lead col-lg-6 mx-auto text-muted">
|
|
הכלי המושלם לזמרים ומפיקים לניהול מאגר השירים, יצירת ליינאפים דינמיים, וארגון הופעות.
|
|
</p>
|
|
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mt-5">
|
|
<a href="songs.php" class="btn btn-primary btn-lg px-4 gap-3">למאגר השירים שלי</a>
|
|
<a href="#" class="btn btn-outline-secondary btn-lg px-4 disabled">צור ליינאפ חדש</a>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include 'includes/footer.php'; ?>
|