Add tag test page
This commit is contained in:
parent
69c3240006
commit
cae788f5f1
1 changed files with 27 additions and 0 deletions
27
public/pages/test-tags.html
Normal file
27
public/pages/test-tags.html
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<meta property="og:title" content="Test-tags">
|
||||||
|
<meta property="og:site_name" content="Firepup650's Website">
|
||||||
|
<meta property="og:description" content="Testing of opengraph tags">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:locale" content="en_US">
|
||||||
|
<meta property="og:url" content="https://mc.firepi.obl.ong:4443">
|
||||||
|
<meta property="og:logo" content="https://mc.firepi.obl.ong:4443/favicon.ico">
|
||||||
|
<meta property="og:image" content="https://mc.firepi.obl.ong:4443/favicon.ico">
|
||||||
|
<title>FP650 - Unfinished page</title>
|
||||||
|
<link href="/styles/style.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
|
||||||
|
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
|
||||||
|
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/construction"></script> -->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h5 hidden id='Maintenance' class="center"></h5>
|
||||||
|
<span class="center force-color">
|
||||||
|
<h3 id='Construction' class=center><span class="warning">Page under construction.</span></h3>
|
||||||
|
</span>
|
||||||
|
<script src="/scripts/script.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue