mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
notifications
This commit is contained in:
@@ -9,19 +9,18 @@
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<link rel="stylesheet" href="/css/reset.css">
|
||||
<link rel="stylesheet" href="/css/style-3.css">
|
||||
<link rel="stylesheet" href="/css/style-4.css">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.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">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<script src='/js/themes.js'></script>
|
||||
<script defer src='/js/main.js'></script>
|
||||
<script defer src='/js/main-1.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script> --> <!--https://stackoverflow.com/questions/2898740/iphone-safari-web-app-opens-links-in-new-window-->
|
||||
<div class='background'></div>
|
||||
<header>
|
||||
<header class='readable-background'>
|
||||
<h1 class='title center'>CARD CONJURER</h1>
|
||||
</header>
|
||||
<div>
|
||||
@@ -37,7 +36,6 @@
|
||||
<h3><a href='/'>Home</a></h3>
|
||||
<h3><a href='/creator'>Card Creator</a></h3>
|
||||
<h3><a href='/old'>Old Card Creator</a></h3>
|
||||
<!-- <h3><a href='/'>Card Gallery</a></h3> -->
|
||||
<h3><a href='/askurza'>Ask Urza 2.0</a></h3>
|
||||
<h3><a href='/about'>About Me</a></h3>
|
||||
<h3><a href='/theme'>Theme Editor</a></h3>
|
||||
@@ -49,4 +47,5 @@
|
||||
<h3><a href='mailto:cardconjurermtg@gmail.com' target='_blank'>Email</a></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class='notification-container'></div>
|
||||
</div>
|
Reference in New Issue
Block a user