So long, and thanks for all the fish, bounce.css
This commit is contained in:
parent
1458a877eb
commit
a2f9a5db0e
50 changed files with 147 additions and 52 deletions
43
public/pages/css-tester.html
Normal file
43
public/pages/css-tester.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue