Skip to content

Commit

Permalink
Update signup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gharat-purva authored Sep 14, 2023
1 parent 24863a1 commit 40cae5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions html/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@



<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/RealEstatePS/css/bootstrap.css" />
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700|Raleway:400,700&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" />
<link href="css/responsive.css" rel="stylesheet" />
<link href="/RealEstatePS/css/style.css" rel="stylesheet" />
<link href="/RealEstatePS/css/responsive.css" rel="stylesheet" />

<style>
.spacer {
Expand Down Expand Up @@ -80,9 +80,9 @@ <h2>Sign In</h2>
</div>
</section>

<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript" src="/RealEstatePS/js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="/RealEstatePS/js/bootstrap.js"></script>
<script type="text/javascript" src="/RealEstatePS/js/custom.js"></script>
</body>

</html>

0 comments on commit 40cae5c

Please sign in to comment.