We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8d170 commit 813d013Copy full SHA for 813d013
resources/views/app.blade.php
@@ -4,6 +4,17 @@
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
7
+ <meta
8
+ name="description"
9
+ content="Run PHP and WordPress code snippets instantly in your browser with this REPL for WordPress. Test, debug, and experiment with ease."
10
+ />
11
+ <meta property="og:title" content="REPL for WordPress" />
12
13
+ property="og:description"
14
15
16
+ <meta property="og:url" content="{{ url('/') }}" />
17
+
18
{{-- Inline script to detect system dark mode preference and apply it immediately --}}
19
<script>
20
(function() {
0 commit comments