forked from Rauks/Minecraft-RCON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
18 lines (18 loc) · 1.14 KB
/
Copy pathhead.php
File metadata and controls
18 lines (18 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- For SEO / Start -->
<meta name="description" content="A RCON interface using PHP. Source code from Rauks/Minecraft-RCON (Github)">
<meta name="keywords" content="rcon console, rcon interface, minecraft rcon">
<meta name="author" content="Choomai">
<meta property="og:url" content="<?= $_SERVER['HTTPS'] ? "https" : "http","://",$_SERVER['HTTP_HOST'],$_SERVER['REQUEST_URI'] ?>">
<meta property="og:title" content="RCON Interface">
<meta property="og:description" content="A RCON interface using PHP.">
<meta property="og:image" content="https://assets.choomai.net/imgs/terminal-dark.png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta property="og:image:alt" content="console icon">
<meta property="og:type" content="website">
<!-- For SEO / End -->
<meta charset="UTF-8">
<meta name="color-scheme" content="dark">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" media="(prefers-color-scheme:dark)" href="https://assets.choomai.net/icons/terminal-dark.png">
<link rel="icon" media="(prefers-color-scheme:light)" href="https://assets.choomai.net/icons/terminal.png">