53 lines
1.6 KiB
HTML
Executable File
53 lines
1.6 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html class="noscroll">
|
|
<head>
|
|
<title>WIP</title>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/assets/Favicons/Base_Favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/assets/Favicons/Base_Favicon/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/assets/Favicons/Base_Favicon/favicon-16x16.png"
|
|
/>
|
|
<link
|
|
rel="manifest"
|
|
href="/assets/Favicons/Base_Favicon/site.webmanifest"
|
|
/>
|
|
<link
|
|
rel="mask-icon"
|
|
href="/assets/Favicons/Base_Favicon/safari-pinned-tab.svg"
|
|
color="#5bbad5"
|
|
/>
|
|
<meta name="msapplication-TileColor" content="#da532c" />
|
|
<meta name="theme-color" content="#ff0000" />
|
|
<link rel="stylesheet" href="/assets/styles/main.css" />
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<div id="page-container">
|
|
<div class="bg"></div>
|
|
<ul>
|
|
<li class="materialtext"><a href="/" title="Home">Home</a></li>
|
|
<li class="materialtext"><a href="/dynmap/" title="Dynmap">Dynmap</a></li>
|
|
<li class="materialtext"><a href="/p/skins0917/" title="Skins 1">MC Skins 1</a></li>
|
|
<li class="materialtext"><a href="/p/skins1718/" title="Skins 2">MC Skins 2</a></li>
|
|
<li class="materialtext"><a href="/p/about/" title="About">About</a></li>
|
|
</ul>
|
|
<div id="content-wrap">
|
|
<h1>WIP</h1>
|
|
<p>This page is going to be worked on eventually.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|