68 lines
3.1 KiB
PHP
68 lines
3.1 KiB
PHP
<?php
|
|
$domain = 'https://music.ditoforge.test';
|
|
?><!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="robots" content="index,follow">
|
|
<meta name="googlebot" content="index,follow">
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta http-equiv="x-dns-prefetch-control" content="off">
|
|
|
|
<meta name="google" content="notranslate">
|
|
<meta name="google" content="nositelinkssearchbox">
|
|
|
|
<meta name="rating" content="General">
|
|
|
|
<meta name="url" content="<?php echo $domain; ?>/">
|
|
<meta name="subject" content="your website's subject">
|
|
<meta name="description" content="A description of the page">
|
|
|
|
<title>Music</title>
|
|
|
|
<!-- Privacy -->
|
|
<meta name="twitter:dnt" content="on">
|
|
|
|
<!-- analytics -->
|
|
<!-- -->
|
|
|
|
<!-- Android web manifest file -->
|
|
<!-- <link href="<?php echo $domain; ?>/.webmanifest" rel="manifest"> -->
|
|
|
|
<!-- Files listing who was involved in this site and copyrights -->
|
|
<link href="<?php echo $domain; ?>/humans.txt" rel="author">
|
|
<link href="<?php echo $domain; ?>/copyright.html" rel="copyright">
|
|
|
|
<!-- Feeds -->
|
|
<!-- <link href="<?php echo $domain; ?>/feed.rss" type="application/rss+xml" title="RSS" rel="alternate"> -->
|
|
<!-- <link href="<?php echo $domain; ?>/feed.atom" type="application/atom+xml" title="Atom 0.3" rel="alternate"> -->
|
|
|
|
<!-- Favicon -->
|
|
<!-- <link href="/favicon.ico" rel="icon" sizes="16x16" type="image/icon"> -->
|
|
<!-- <link href="/favicon.svg" rel="icon" type="image/svg+xml"> -->
|
|
<!-- <link href="/favicon.png" rel="icon" sizes="192x192"> -->
|
|
|
|
<!-- Font preloads (should be done for each font file) -->
|
|
<link href="<?php echo $domain; ?>/fonts/Roboto/Roboto-Light.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link href="<?php echo $domain; ?>/fonts/Roboto/Roboto-LightItalic.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link href="<?php echo $domain; ?>/fonts/Roboto/Roboto-Regular.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link href="<?php echo $domain; ?>/fonts/Roboto/Roboto-Italic.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link href="<?php echo $domain; ?>/fonts/Roboto/Roboto-Medium.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link href="<?php echo $domain; ?>/fonts/Roboto/Roboto-Bold.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
|
|
<!-- CSS -->
|
|
<link href="<?php echo $domain; ?>/css/app.css" rel="stylesheet" media="screen">
|
|
|
|
<!-- JS -->
|
|
<script src="<?php echo $domain; ?>/js/app.js" defer></script>
|
|
</head>
|
|
<body class="font-sans antialiased">
|
|
<div id="app" class="flex items-center justify-center min-h-screen bg-gray-50">
|
|
<!-- -->
|
|
</div>
|
|
</body>
|
|
</html>
|