Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshnjena committed Apr 16, 2022
1 parent 4da10c5 commit 44b8692
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h2 class="title">Contact me</h2>
<button type="submit">Send message</button>
</div>
<input type="hidden" name="_next"
value="https://adarshnjena.github.io/bio.github.io/thankyou">
value="https://adarshjena.me/thankyou">
</form>
</div>
</div>
Expand Down
6 changes: 4 additions & 2 deletions thankyou.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./thankyou.css" />
<link rel="icon" href="assets/img/title.png" type="image/x-icon" />
<link rel="icon" href="./images/logo.png" type="image/x-icon" />
<title>ThankYou!!</title>
</head>

Expand Down Expand Up @@ -33,7 +33,9 @@
</div>

<h2 style="text-align: center; font-weight: 500">Thank You!</h2>
<p style="text-align: center">Back to <a href="index.html">Website</a></p>
<p style="text-align: center">
Back to <a href="https://adarshjena.me">Website</a>
</p>
</div>
</body>
</html>

0 comments on commit 44b8692

Please sign in to comment.