Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarlizard committed Aug 2, 2024
1 parent 510bac0 commit 263f5de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./src/images/favicon-32x32.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Outfit:[email protected]&family=Overpass:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap">
<link rel="stylesheet" href="./src/style/signup.css">
<link rel="stylesheet" href="/src/style/signup.css">
<title>Contact Charlie</title>
</head>
<body>
<main>
<div class="container">
<!-- Sign-up form start -->
<div class="first">
<img class="mobileImg" src="./src/images/illustration-sign-up-mobile.svg" alt="mobileImage">
<img class="mobileImg" src="/src/images/illustration-sign-up-mobile.svg" alt="mobileImage">
<div class="firstText">
<h1>Get in contact!!</h1>

Expand All @@ -35,7 +35,7 @@ <h3>Email address</h3>

<!-- Success message start -->
<div class="second">
<img src="./src/images/icon-success.svg" alt="icon-success">
<img src="/src/images/icon-success.svg" alt="icon-success">
<h1>Thanks for subscribing!</h1>

<text>A confirmation email has been sent to <span id="emailValue"></span>. Please open it and click the button inside to confirm your subscription.</text>
Expand All @@ -49,6 +49,6 @@ <h1>Thanks for subscribing!</h1>
Coded by <a href="#">xarlizard</a>.
</div>
</main>
<script src="./src/scripts/signup.js"></script>
<script src="/src/scripts/signup.js"></script>
</body>
</html>

0 comments on commit 263f5de

Please sign in to comment.