File size: 734 Bytes
9882ee8
 
 
 
 
 
 
 
 
 
 
 
 
6110ac3
9882ee8
6110ac3
9882ee8
 
6110ac3
9882ee8
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>הרשמה - SmartStudy BuddyHub</title>
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
    <custom-navbar></custom-navbar>
    
    <main class="container">
        <register-form></register-form>
    </main>
<custom-footer></custom-footer>
    <script src="components/navbar.js"></script>
    <script src="components/footer.js"></script>
    <script src="components/register-form.js"></script>
    <script src="script.js"></script>
</body>
</html>