noscript tag added
This commit is contained in:
parent
86683c96cd
commit
b4679b9f01
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
|
||||
<div id="countdown" class="countdown">
|
||||
|
||||
<noscript>Ваш браузер запрещает исполнение скриптов. Включите Javascript, чтобы увидеть обратный отсчёт</noscript>
|
||||
<div class="countdown-inner">
|
||||
<span class="didts" id="num1"></span>
|
||||
</div>
|
||||
|
|
|
@ -17,7 +17,7 @@ body {
|
|||
}
|
||||
|
||||
.countdown {
|
||||
font-family: "Open Sans";
|
||||
font-family: sans-serif monospace;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Reference in New Issue