acrb23 / index.html
Aqrb222's picture
undefined - Initial Deployment
75c6cc9 verified
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>تسابيح</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
:root{
--burgundy-dark:#3a0a0f;
--burgundy:#5b0f14;
--burgundy-light:#7a131b;
--gold-1:#d4ac2b;
--gold-2:#f4d03f;
--gold-3:#b58710;
--silver-1:#e5e7eb;
--silver-2:#cfd4da;
--silver-3:#9aa3ab;
--glow:#00ff66;
}
</head>
</html>