Fixed au flag image not found

This commit is contained in:
2023-02-03 20:43:59 +11:00
parent 2d80eb03f2
commit 289f5b6881
6 changed files with 7 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
<body><!-- partial:index.partial.html --> <body><!-- partial:index.partial.html -->
<p>HTTP: <span>404</span></p> <p>HTTP: <span>404</span></p>
<div style="text-align: center;"> <div style="text-align: center;">
<div style="display: inline-block; text-align: left;"> <div style="display: inline-block;text-align: left;">
<code><span>this_page</span>.<em>not_found</em> = true;</code> <code><span>this_page</span>.<em>not_found</em> = true;</code>
<code><span>if</span> (<b>you_spelt_it_wrong</b>){<br><span>autocorrect</span>.<em>enable</em>();<br>}</code> <code><span>if</span> (<b>you_spelt_it_wrong</b>){<br><span>autocorrect</span>.<em>enable</em>();<br>}</code>
<code><span>else if</span> (<b>we_screwed_up</b>){<br><em>alert</em>(<i>"Strewth mate, you're lost! Fair dinkum, why are you here?"</i>);<br><span>window</span>.<em>location</em> = home;<br>}</code> <code><span>else if</span> (<b>we_screwed_up</b>){<br><em>alert</em>(<i>"Strewth mate, you're lost! Fair dinkum, why are you here?"</i>);<br><span>window</span>.<em>location</em> = home;<br>}</code>

View File

@@ -1,6 +1,6 @@
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i&display=swap); @import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i&display=swap);
/*! /*!
* Bootstrap v5.2.2 (https://getbootstrap.com/) * Bootstrap v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc. * Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,6 @@ p {
background-color: black; background-color: black;
color: transparent; color: transparent;
text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1); text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
-webkit-background-clip: text;
-moz-background-clip: text; -moz-background-clip: text;
background-clip: text; background-clip: text;
} }

View File

@@ -121,8 +121,8 @@
<div class="col"> <div class="col">
<div class="card" style="height: 350px;"><img class="card-img-top w-100 d-block" src="https://impervious.domains/logo.svg" style="padding: 26px;padding-bottom: 0px;padding-top: 5px;" height="45%"> <div class="card" style="height: 350px;"><img class="card-img-top w-100 d-block" src="https://impervious.domains/logo.svg" style="padding: 26px;padding-bottom: 0px;padding-top: 5px;" height="45%">
<div class="card-body"> <div class="card-body">
<h4 class="card-title"><img src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/twitter/322/flag-australia_1f1e6-1f1fa.png" height="30em">&nbsp;Flag SLD</h4> <h4 class="card-title">&nbsp;<strong>🇦🇺&nbsp;</strong>Flag SLD</h4>
<p class="card-text">Get yourname.<img src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/twitter/322/flag-australia_1f1e6-1f1fa.png" height="30" width="31"><br>From the Impervious registry</p> <p class="card-text">Get yourname.🇦🇺/<br>From the Impervious registry</p>
</div> </div>
<div><a class="btn btn-outline-primary btn-sm" role="button" href="https://impervious.domains/search/yourname.%F0%9F%87%A6%F0%9F%87%BA" target="_blank" style="margin-bottom: 15%;">Visit Impervious Registry</a></div> <div><a class="btn btn-outline-primary btn-sm" role="button" href="https://impervious.domains/search/yourname.%F0%9F%87%A6%F0%9F%87%BA" target="_blank" style="margin-bottom: 15%;">Visit Impervious Registry</a></div>
</div> </div>

View File

@@ -47,7 +47,7 @@
<div class="block-content"> <div class="block-content">
<div class="faq-item"> <div class="faq-item">
<h4 class="text-center question">Check your Local UV Index</h4> <h4 class="text-center question">Check your Local UV Index</h4>
<div class="answer" style="text-align: center;"><iframe id="uvindexwidget" src="https://www.sunsmart.com.au/uvalert/default.asp?version=australia&locationid=23" width="200" height="300" frameborder="0" scrolling="no" style="padding:0; margin: 0px; overflow:hidden;" allowtransparency="true"></iframe> <div class="answer" style="text-align: center;"><iframe id="uvindexwidget" src="https://www.sunsmart.com.au/uvalert/default.asp?version=australia&locationid=23" width="200" height="300" frameborder="0" scrolling="no" style="padding: 0;margin: 0px;overflow: hidden;" allowtransparency="true"></iframe>
<p class="text-center" style="text-align: left;">Please remember to use sun protection even outside of these times.<br>Share this to your friends using this short link: <a href="http://uvau">http://uvau</a></p> <p class="text-center" style="text-align: left;">Please remember to use sun protection even outside of these times.<br>Share this to your friends using this short link: <a href="http://uvau">http://uvau</a></p>
</div> </div>
</div> </div>