fix: placed character encoding in as the first child of the <head> element. Removed an unnecessary tag.
This commit is contained in:
parent
158bcdff3e
commit
213c2f9d69
@ -2,7 +2,6 @@
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<div id="creed"></div>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
58
canary.html
58
canary.html
@ -1,58 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<div id="creed"></div>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Last Hour Hosting</title>
|
||||
<meta name="description" content="" />
|
||||
<meta name="author" content="Shiloh" />
|
||||
|
||||
<meta property="og:title" content="Last Hour Hosting" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://www.lasthourhosting.org" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:image" content="" />
|
||||
|
||||
<link rel="icon" href="./assets/favicon.ico" />
|
||||
<link rel="icon" href="./assets/" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="css/styles.css?v=1.0" />
|
||||
<meta
|
||||
http-equiv="Content-Security-Policy"
|
||||
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self'; "
|
||||
/>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script src="./js/main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header id="header"></header>
|
||||
|
||||
<main>
|
||||
<div class="flex-column">
|
||||
<h1>Latest News:</h1>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container">
|
||||
<h2>Nov 16 - Iceland VPS Service Launch</h2>
|
||||
<p>
|
||||
We are excited to announce the launch of our first premium
|
||||
datacenter location in Iceland. This is currently the best
|
||||
location for security, privacy, anonymity that we can put together
|
||||
for our clients. This includes DDoS protection.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<div id="message"></div>
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
@ -2,7 +2,6 @@
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<div id="creed"></div>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<div id="creed"></div>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<div id="creed"></div>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<div id="creed"></div>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
@ -113,7 +112,6 @@
|
||||
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
|
||||
<li>Full data encryption.</li>
|
||||
<li>Dedicated IPV4 and IPV6.</li>
|
||||
<li>KVM Hypervisor</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using virtual
|
||||
card provider.
|
||||
|
Loading…
Reference in New Issue
Block a user