Skip to content

Commit

Permalink
damn dog => DAMN DOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AhoyLemon committed Feb 6, 2024
1 parent 6e3d686 commit efa01d6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>DAMN DOG</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:100,400,300,700|Roboto:400,300,700,400italic">
<link rel="stylesheet" href="css/damn.css?v=2024-02-06T04:53:31.772Z">
<link rel="stylesheet" href="css/damn.css?v=2024-02-06T04:58:00.488Z">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The guessing game for wikiHow illustrations.">
<meta http-equiv="last-modified" content="2024-02-06T04:53:31.772Z">
<meta http-equiv="last-modified" content="2024-02-06T04:58:00.488Z">
<link rel="canonical" href="https://damn.dog">
<!-- favicons-->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
Expand All @@ -18,8 +18,8 @@
<link rel="manifest" href="/manifest.json?v=2024">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2024" color="#ab4444">
<link rel="shortcut icon" href="/favicon.ico?v=2024">
<meta name="apple-mobile-web-app-title" content="damn dog">
<meta name="application-name" content="damn dog">
<meta name="apple-mobile-web-app-title" content="DAMN DOG">
<meta name="application-name" content="DAMN DOG">
<meta name="msapplication-TileColor" content="#222731">
<meta name="theme-color" content="#222730">
<!--social-->
Expand Down Expand Up @@ -158,7 +158,7 @@ <h2>GAME OVER</h2>
gtag('config', 'UA-15129990-16');

</script>
<script src="js/min/damn.vue.min.js?v=2024-02-06T04:53:31.772Z"></script>
<script src="js/min/damn.vue.min.js?v=2024-02-06T04:58:00.488Z"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand Down
2 changes: 1 addition & 1 deletion js/min/damn.vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/partials/_vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ var app = new Vue({
const currentUrl = window.location.href;
if (navigator.share) {
navigator.share({
title: 'damn.dog',
title: 'DAMN DOG',
text: 'What is the title of this wikiHow article?',
url: currentUrl,
})
Expand Down
10 changes: 5 additions & 5 deletions offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>DAMN DOG</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:100,400,300,700|Roboto:400,300,700,400italic">
<link rel="stylesheet" href="css/damn.css?v=2024-02-06T04:53:31.738Z">
<link rel="stylesheet" href="css/damn.css?v=2024-02-06T04:58:00.428Z">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The guessing game for wikiHow illustrations.">
<meta http-equiv="last-modified" content="2024-02-06T04:53:31.738Z">
<meta http-equiv="last-modified" content="2024-02-06T04:58:00.428Z">
<link rel="canonical" href="https://damn.dog">
<!-- favicons-->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
Expand All @@ -18,8 +18,8 @@
<link rel="manifest" href="/manifest.json?v=2024">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2024" color="#ab4444">
<link rel="shortcut icon" href="/favicon.ico?v=2024">
<meta name="apple-mobile-web-app-title" content="damn dog">
<meta name="application-name" content="damn dog">
<meta name="apple-mobile-web-app-title" content="DAMN DOG">
<meta name="application-name" content="DAMN DOG">
<meta name="msapplication-TileColor" content="#222731">
<meta name="theme-color" content="#222730">
<!--social-->
Expand Down Expand Up @@ -128,7 +128,7 @@ <h2>GAME OVER</h2>
gtag('config', 'UA-15129990-16');

</script>
<script src="js/min/damn.vue.min.js?v=2024-02-06T04:53:31.738Z"></script>
<script src="js/min/damn.vue.min.js?v=2024-02-06T04:58:00.428Z"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand Down
4 changes: 2 additions & 2 deletions pug/partials/_favicons.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ link(rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2024")
link(rel="manifest" href="/manifest.json?v=2024")
link(rel="mask-icon" href="/safari-pinned-tab.svg?v=2024" color="#ab4444")
link(rel="shortcut icon" href="/favicon.ico?v=2024")
meta(name="apple-mobile-web-app-title" content="damn dog")
meta(name="application-name" content="damn dog")
meta(name="apple-mobile-web-app-title" content="DAMN DOG")
meta(name="application-name" content="DAMN DOG")
meta(name="msapplication-TileColor" content="#222731")
meta(name="theme-color" content="#222730")

0 comments on commit efa01d6

Please sign in to comment.