firepup-site/public/pages/css-tester.html
2025-03-27 19:26:45 -05:00

43 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>CSS Tester - FP650</title>
<meta name="description" content="CSS test page" />
<meta property="og:title" content="CSS Tester - FP650" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://firepup650.com/favicon.ico" />
<meta property="og:image:height" content="512" />
<meta property="og:image:width" content="512" />
<meta property="og:url" content="https://firepup650.com/css-tester" />
<meta property="og:description" content="CSS test page" />
<meta property="og:site_name" content="Firepup650's Site" />
<meta property="og:locale" content="en_US">
<meta property="og:logo" content="https://firepup650.com/favicon.ico" />
<link href="/styles/style.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/test"></script> -->
</head>
<body>
<h5 hidden id='Maintenance' class="center"></h5>
<span class="center">
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
<p class="warning">Danger</p>
<p>Text</p>
<button>button</button>
<br/>
<button disabled>disabled button</button>
<br/>
<a href="#">link</a>
<br/>
<img src="/favicon.ico" style="width: 64px">
</span>
<script src="/scripts/script.js"></script>
</body>
</html>