MTGRandom/htmlheader.php
2026-07-29 19:51:07 -04:00

30 lines
1.5 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<title>MTG Randomizer</title>
<meta http-equiv="content-language" content="en-us" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="PlowmanPlow" content="PlowmanPlow" />
<meta name="copyright" content="2023" />
<meta name="description" content="Show random images from a set collection." />
<meta name="keywords" content="random,images,magic,gathering" />
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" sizes="512x512" href="img/mtg_icon_512.png" />
<link rel="icon" sizes="192x192" href="img/mtg_icon_192.png" />
<link rel="icon" sizes="32x32" href="img/mtg_icon_32.png" />
<link rel="icon" sizes="16x16" href="img/mtg_icon_16.png" />
<link rel="apple-touch-icon" sizes="192x192" href="img/mtg_icon_192.png" />
<link rel="apple-touch-icon" sizes="512x512" href="img/mtg_icon_512.png" />
<link rel="manifest" href="manifest.json" />
<link rel="start" title="Home" href="https://www.circlecraft.info/magic/" />
<!-- Toastr CSS -->
<link rel="stylesheet" href="core/toastr.min.css" />
<link rel="stylesheet" type="text/css" href="core/simple-lightbox.min.css" />
<link rel="stylesheet" type="text/css" href="core/jquery-ui.min.css" />
<!-- Primary site CSS -->
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
</head>
<body id="mainbody">