-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a0b7cd
commit f796a1c
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,11 @@ | |
<title>بودجه خانوار به فرمت sqlite</title> | ||
<!-- <link href="https://raw.githubusercontent.com/ghodsizadeh/Household-Survey-Data-Iran/main/https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css" /> --> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/Vazirmatn-font-face.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
|
||
<body class="bg-gray-100" dir="rtl"> | ||
|
||
<body class="bg-gray-100" style="font-family: Vazir;" dir="rtl"> | ||
<header class="bg-blue-800 py-4"> | ||
<div class="container mx-auto px-4"> | ||
<h1 class="text-white text-2xl font-bold">بودجه خانوار ۱۳۷۵-۱۴۰۱</h1> | ||
|
@@ -48,7 +50,7 @@ <h1 class="text-white text-2xl font-bold">بودجه خانوار ۱۳۷۵-۱۴ | |
</div> | ||
</main> | ||
|
||
<footer class="bg-gray-500 py-4"> | ||
<footer class="bg-gray-200 py-4"> | ||
<div class="container mx-auto px-4"> | ||
<p class="text-white text-center"> | ||
توسعه با افتخار توسط <a class="text-blue-900 hover:text-blue-500" | ||
|