Skip to content

Commit 967b6cd

Browse files
save file
1 parent 7ed799d commit 967b6cd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

utils/editors/js-console/v3.0/js-console-v3.0.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
}
4141
</script>
4242

43+
<!--https://www.opengraph.xyz/-->
44+
<meta property=og:title content='JS Console'>
45+
<meta property=og:description content='Run, test, and debug JavaScript instantly in your browser. A fast, lightweight online JS console built for developers who value speed and simplicity.'>
46+
<meta property=og:image:width content=1280>
47+
<meta property=og:image:height content=720>
48+
<meta property=og:url content='https://ext-code.com/utils/editors/js-console/js-console.html'>
49+
<meta property=og:type content=website>
50+
<meta property=og:site_name content=ext-code.com>
51+
<!--
52+
<meta property=og:image content='https://ext-code.com/utils/editors/html-editor/images/og-image.webp'>
53+
-->
54+
4355

4456
<script src='https://cdn.jsdelivr.net/npm/ace-builds@1.37.0/src-min-noconflict/ace.js'></script>
4557
<script src="https://cdn.jsdelivr.net/npm/prettier@2.8.8/standalone.js"></script>

0 commit comments

Comments
 (0)