From b4679b9f01f16f5c26391e486885f61ec7c2b4d9 Mon Sep 17 00:00:00 2001 From: dan63047 Date: Sun, 19 Dec 2021 21:20:23 +0300 Subject: [PATCH] noscript tag added --- README.md | 0 index.html | 2 +- jquery.fireworks.js | 0 main.css | 2 +- script.js | 0 5 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 README.md mode change 100755 => 100644 index.html mode change 100755 => 100644 jquery.fireworks.js mode change 100755 => 100644 main.css mode change 100755 => 100644 script.js diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/index.html b/index.html old mode 100755 new mode 100644 index 7b6cb89..2a50d83 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@
- +
diff --git a/jquery.fireworks.js b/jquery.fireworks.js old mode 100755 new mode 100644 diff --git a/main.css b/main.css old mode 100755 new mode 100644 index e79d939..d1eb821 --- a/main.css +++ b/main.css @@ -17,7 +17,7 @@ body { } .countdown { - font-family: "Open Sans"; + font-family: sans-serif monospace; color: #fff; display: flex; font-weight: 400; diff --git a/script.js b/script.js old mode 100755 new mode 100644