Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Update index.html Fixed A Tag From <a herf="https://aex.co.il/Soon">TEXT</a> To <a href="https://aex.co.il/Soon">TEXT</a>
  • Loading branch information
developeraex authored Sep 21, 2023
1 parent f41475c commit 0396738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</head>
<body>
<h1>HI</h1>
<a herf="https://aex.co.il">Soon Website <span>Don't</span> Tell Anybody</a>
<a href="https://aex.co.il/Soon">Soon Website <span>Don't</span> Tell Anybody</a>
</body>
</html>

1 comment on commit 0396738

@developeraex
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update index.html Fixed A Tag From TEXT To TEXT

Please sign in to comment.