-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander McBrier
committed
Jan 23, 2024
1 parent
d0b483c
commit d5932b0
Showing
3 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<head> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=TAG_ID"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { | ||
dataLayer.push(arguments) | ||
}; | ||
gtag('js', new Date()); | ||
gtag('config', 'G-9W2ZHHJ7P5'); | ||
</script> | ||
<!-- Google Tag Manager (noscript) --> | ||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5JMV592" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
<!-- End Google Tag Manager (noscript) --> | ||
<link rel="shortcut icon" type="image/x-icon" href="images\panda.ico" /> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="A simple and customisable typing website. Test yourself in different modes, track your progress and improve your typing speed."/> | ||
<meta name="keywords" content="cozytypes, cozy types, cozy-types, cozytype, cozy-type, type, cozy, types, typing speed test, typing speedtest, typing test, speedtest, speed test, typing, test, typing-test, typing test, alexmcbrier, alex mcbrier, mcbrier, words per minute, typing website, minimalistic, wpm, customizable, themes, random words, smooth caret, smooth, new, new typing site, new typing website, minimalist typing website, minimalistic typing website, minimalist typing test"/> | ||
<meta name="author" content="alexmcbrier"> | ||
<title>cozytypes</title> | ||
<script defer type="text/javascript" src="script.js"></script> | ||
<link href="https://cozytypes.com/" rel="canonical" /> | ||
<link rel="stylesheet" href="style.php"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> | ||
<link href="https://fonts.googleapis.com/css2?family=Comfortaa&family=Courier+Prime&family=IBM+Plex+Sans&family=Lexend+Deca&family=Lora&family=Merriweather&family=Nunito&family=PT+Serif&family=Raleway&family=Source+Code+Pro&family=Titillium+Web&display=swap" rel="stylesheet"> | ||
<script defer type="text/javascript"> | ||
var uri = window.location.toString(); | ||
if (uri.indexOf("?") > 0) { | ||
var clean_uri = uri.substring(0, uri.indexOf("?")); | ||
window.history.replaceState({}, document.title, clean_uri); | ||
} | ||
</script> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9923722164132738" | ||
crossorigin="anonymous"></script> | ||
<script src="https://kit.fontawesome.com/c76282caa4.js" crossorigin="anonymous"></script> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<!DOCTYPE html> | ||
<html> | ||
|
||
<?php include "./head.php" ?> | ||
<?php include "./head2.php" ?> | ||
|
||
<body> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters