Add opengraph tags, change page name scheme, update favicon, add 200px versions of unique page images

This commit is contained in:
Firepup Sixfifty 2025-02-13 19:07:18 -06:00
parent 8c3ddb8e6d
commit ff5ff1080d
No known key found for this signature in database
40 changed files with 442 additions and 43 deletions

View file

@ -3,7 +3,18 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - CountAPI spec clone</title>
<title>CountAPI spec clone - FP650</title>
<meta name="description" content="Clone of the countapi specifications" />
<meta property="og:title" content="CountAPI spec clone - 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/countapi-spec-clone" />
<meta property="og:description" content="Clone of the countapi specifications" />
<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/countapi.css" rel="stylesheet" type="text/css" />
<link href="/styles/atom-one-dark.min.css" rel="stylesheet" type="text/css" />
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->