Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboklaed authored Jun 6, 2024
1 parent 9649251 commit 295e6ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>قطة أعضاء الخيمة</title>
<title>إيجارات المحلات</title>

<style>
body {
Expand Down Expand Up @@ -110,13 +110,13 @@
</style>
</head>
<body>
<h1>قطة أعضاء الخيمة</h1>
<h1>إيجاراتالمحلات</h1>
<form id="memberForm" class="formGroup">
<label for="memberName">اسم العضو:</label><br>
<label for="memberName">اسم الحل:</label><br>
<input type="text" id="memberName" name="memberName"><br>
</form>
<form id="amountForm" class="formGroup">
<label for="amountPaid">المبلغ المدفوع:</label><br>
<label for="amountPaid">مبلغ الإيجار:</label><br>
<input type="number" id="amountPaid" name="amountPaid" value=""><br>
</form>
<button type="button" onclick="addMember()">إضافة العضو</button>
Expand All @@ -130,7 +130,7 @@ <h1>قطة أعضاء الخيمة</h1>
</tr>
</table>
<div id="totalAmount">مجموع القطة: 0</div>
<footer>برمجة حسين العرياني</footer>
<footer> Ha </footer>
<script src="script.js"></script>

<script>
Expand Down

0 comments on commit 295e6ef

Please sign in to comment.