This commit is contained in:
parent
0fbea0cb4e
commit
f9a9a37e1a
@ -2,8 +2,18 @@
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="../css/main.css" />
|
<title>Minetrack</title>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
|
||||||
|
<!-- Discord Embed -->
|
||||||
|
<meta content="Minetrack" property="og:title" />
|
||||||
|
<meta
|
||||||
|
content="Tracking minecraft servers since 2023"
|
||||||
|
property="og:description"
|
||||||
|
/>
|
||||||
|
<meta content="https://mc.fascinated.cc/" property="og:url" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap"
|
||||||
@ -11,11 +21,7 @@
|
|||||||
|
|
||||||
<link rel="icon" type="image/svg+xml" href="../images/logo.svg" />
|
<link rel="icon" type="image/svg+xml" href="../images/logo.svg" />
|
||||||
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
|
|
||||||
<script defer type="module" src="../js/main.js"></script>
|
<script defer type="module" src="../js/main.js"></script>
|
||||||
|
|
||||||
<title>Minetrack</title>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user