You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/frontend/index.html
+35-3Lines changed: 35 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,22 @@
2
2
<html>
3
3
<head>
4
4
<metacharset="utf-8">
5
-
<title>ECMAScript Lint</title>
5
+
<title>ValidateJavaScript - Online Tool to Find & Fix JavaScript Errors</title>
6
+
<metaname="description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript code.">
<metaproperty="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 code.">
0 commit comments