Skip to content

Commit

Permalink
change head
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander McBrier committed Jan 23, 2024
1 parent d0b483c commit d5932b0
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions head2.php
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>
2 changes: 1 addition & 1 deletion preferences.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!DOCTYPE html>
<html>

<?php include "./head.php" ?>
<?php include "./head2.php" ?>

<body>

Expand Down
2 changes: 1 addition & 1 deletion profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function closeSidebar() {
};
</script>

<?php include "./head.php" ?>
<?php include "./head2.php" ?>

<body class="main-body">
<div id="sidebar">
Expand Down

0 comments on commit d5932b0

Please sign in to comment.