fix: correct link in README and add robots meta tag
- Corrected the hyperlink in the README file to remove an unnecessary character. - Added a robots meta tag to the index.html file to preventsearch engines from indexing or following the page.
This commit is contained in:
parent
5b939b5afe
commit
77bb1af328
@ -1,6 +1,6 @@
|
|||||||
# Portfolio
|
# Portfolio
|
||||||
|
|
||||||
To view the website, click [here](#https://hexasec.io).
|
To view the website, click [here](https://hexasec.io).
|
||||||
|
|
||||||
## About it
|
## About it
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<title>Portfolio</title>
|
<title>Portfolio</title>
|
||||||
<link style="text/css" rel="stylesheet" href="style.css">
|
<link style="text/css" rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user