Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0e9ac1b

Browse filesBrowse files
authored
fix: Minor
1 parent d8aa540 commit 0e9ac1b
Copy full SHA for 0e9ac1b

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Open diff view settings
Collapse file

‎packages/frontend/index.html‎

Copy file name to clipboardExpand all lines: packages/frontend/index.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<meta property="og:description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript &amp; JSX (React.js) code.">
1212
<meta property="og:type" content="website">
1313
<meta property="og:url" content="https://validatejavascript.com">
14-
<meta name="google-site-verification" content="lywEgaMpkEUMFDnzlMWjVfHScAM5jE73U19BzegR_fs" />
14+
<meta name="google-site-verification" content="lywEgaMpkEUMFDnzlMWjVfHScAM5jE73U19BzegR_fs">
1515
<link rel="shortcut icon" href="icons/favicon.ico">
16-
<link href="icons/apple-touch-icon.png" rel="apple-touch-icon" />
17-
<link href="icons/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" />
18-
<link href="icons/apple-touch-icon-167x167.png" rel="apple-touch-icon" sizes="167x167" />
19-
<link href="icons/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180" />
20-
<link href="icons/icon-hires.png" rel="icon" sizes="192x192" />
21-
<link href="icons/apple-touch-icon-128x128.png" rel="icon" sizes="128x128" />
16+
<link href="icons/apple-touch-icon.png" rel="apple-touch-icon">
17+
<link href="icons/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152">
18+
<link href="icons/apple-touch-icon-167x167.png" rel="apple-touch-icon" sizes="167x167">
19+
<link href="icons/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180">
20+
<link href="icons/icon-hires.png" rel="icon" sizes="192x192">
21+
<link href="icons/apple-touch-icon-128x128.png" rel="icon" sizes="128x128">
2222
</head>
2323
<body>
2424
<header>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.