mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
70 lines
2.6 KiB
HTML
70 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!--5ETOOLS_CMP-->
|
|
<!--5ETOOLS_ANALYTICS-->
|
|
<!--5ETOOLS_ADCODE-->
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="A suite of browser-based tools for 5th Edition Dungeons & Dragons players and Dungeon Masters.">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<title>5etools</title>
|
|
|
|
<link rel="stylesheet" href="css/bootstrap.css">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
<!-- Favicons -->
|
|
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
|
<link rel="icon" type="image/png" sizes="256x256" href="favicon-256x256.png">
|
|
<link rel="icon" type="image/png" sizes="144x144" href="favicon-144x144.png">
|
|
<link rel="icon" type="image/png" sizes="128x128" href="favicon-128x128.png">
|
|
<link rel="icon" type="image/png" sizes="64x64" href="favicon-64x64.png">
|
|
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
|
|
|
<!-- Chrome Web App Icons -->
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
<meta name="application-name" content="5etools">
|
|
<meta name="theme-color" content="#006bc4">
|
|
|
|
<!-- Windows Start Menu tiles -->
|
|
<meta name="msapplication-config" content="browserconfig.xml"/>
|
|
<meta name="msapplication-TileColor" content="#006bc4">
|
|
|
|
<!-- Apple Touch Icons -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png">
|
|
<link rel="apple-touch-icon" sizes="360x360" href="apple-touch-icon-360x360.png">
|
|
<link rel="apple-touch-icon" sizes="167x167" href="apple-touch-icon-167x167.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png">
|
|
<meta name="apple-mobile-web-app-title" content="5etools">
|
|
|
|
<!-- macOS Safari Pinned Tab and Touch Bar -->
|
|
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#006bc4">
|
|
|
|
<!-- OpenSearch -->
|
|
<link rel="search" href="open-search.xml" title="Search 5etools" type="application/opensearchdescription+xml">
|
|
|
|
<script type="text/javascript" src="sw-injector.js"></script>
|
|
|
|
<script type="text/javascript" src="js/styleswitch.js"></script>
|
|
|
|
<meta http-equiv="refresh" content="0; URL=index.html"/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="overlay-noise"></div>
|
|
|
|
<main class="container ve-flex-vh-center w-100w h-100h">
|
|
<h3>
|
|
Click <a href="index.html">here</a> to be redirected to the homepage.
|
|
</h3>
|
|
</main>
|
|
</body>
|
|
</html>
|