Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Latest commit

 

History

History
History
53 lines (52 loc) · 3.51 KB

File metadata and controls

53 lines (52 loc) · 3.51 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<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">
<meta name="description" content="A minimal typing website offering a calming, cozy ambiance. Practice in different modes, customize your theme, choose from a variety of keyboard switch sounds, track progress, and enhance your typing skills."/>
<meta name="keywords" content="practice typing, improve typing speed, typing test, cozytypes, learn to type faster, minimalistic typing, cute, typing practice, fun typing test, simple typing test, boost typing speed"/>
<meta name="author" content="alexmcbrier">
<script defer type="text/javascript" src="script.js"></script>
<link rel="stylesheet" href="style.php">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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);
}
//fix the flash before css loads
const theme = localStorage.getItem("theme") || "light";
document.documentElement.classList.add(theme);
const root = document.documentElement;
root.style.setProperty("--fontSize", localStorage.getItem("fontSize") || "3");
root.style.setProperty("--fontFamily", localStorage.getItem("fontFamily") || "lora");
root.style.setProperty("--lineCount", localStorage.getItem("lineCount") || "2");
root.style.setProperty("--caret", localStorage.getItem("caret") || "caret");
root.style.setProperty("--typingMode", localStorage.getItem("typingMode") || "time");
root.style.setProperty("--words", localStorage.getItem("words") || "10");
root.style.setProperty("--time", localStorage.getItem("time") || "15");
root.style.setProperty("--blur", localStorage.getItem("blur") || "off");
root.style.setProperty("--mode", localStorage.getItem("mode") || "easy");
root.style.setProperty("--selectedTitle", localStorage.getItem("selectedTitle") || "harryPotter");
</script>
<script src="https://kit.fontawesome.com/c76282caa4.js" crossorigin="anonymous"></script>
<meta name="google-adsense-account" content="ca-pub-9923722164132738">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9923722164132738"
crossorigin="anonymous"></script>
</head>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.