Skip to content

Commit 813d013

Browse files
committed
Meta tags
1 parent 1c8d170 commit 813d013

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

resources/views/app.blade.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66

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+
<meta
13+
property="og:description"
14+
content="Run PHP and WordPress code snippets instantly in your browser with this REPL for WordPress. Test, debug, and experiment with ease."
15+
/>
16+
<meta property="og:url" content="{{ url('/') }}" />
17+
718
{{-- Inline script to detect system dark mode preference and apply it immediately --}}
819
<script>
920
(function() {

0 commit comments

Comments
 (0)