Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
illonaaddae committed May 23, 2024
1 parent 3ac53d9 commit cd5c663
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": [
"development"
],
"hints": {
"axe/name-role-value": [
"default",
{
"link-name": "off"
}
],
"disown-opener": "off"
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quote Generator</title>
<title>Quote Generator &mdash; Oceaniccodes</title>
<link rel="icon" type="image/png" href="favicon (5).ico" />
<link
rel="stylesheet"
Expand Down

0 comments on commit cd5c663

Please sign in to comment.