Said : Fixing some issues..
This commit is contained in:
parent
5bfa9a0b41
commit
39053b286a
4 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 15 KiB |
|
@ -23,4 +23,4 @@ function getTime(){
|
||||||
httpRequest.send(data);
|
httpRequest.send(data);
|
||||||
localStorage.setItem('globalTime', sec);
|
localStorage.setItem('globalTime', sec);
|
||||||
console.log(sec);
|
console.log(sec);
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
|
|
||||||
<!-- Explanation of rules -->
|
<!-- Explanation of rules -->
|
||||||
<div id="rules__text" class="content__container index__container mt-3 mb-5">
|
<div id="rules__text" class="content__container index__container mt-3 mb-5">
|
||||||
<h3 style="color: rgb(37, 37, 37);"> Remeber the game rules..</h3>
|
<h3 style="color: rgb(37, 37, 37);">Remember the game rulesthe game rules..</h3>
|
||||||
<div>
|
<div>
|
||||||
<p class="explanations" style="color: rgb(83, 83, 87);"><i class="fa fa-gavel" aria-hidden="true"></i> Rule 1 : Choose the necessary time to play the part ..</p>
|
<p class="explanations" style="color: rgb(83, 83, 87);"><i class="fa fa-gavel" aria-hidden="true"></i> Rule 1 : Choose the necessary time to play the part ..</p>
|
||||||
<!-- <img class="my-5 explanations__img" src="" alt="" style="width:50%"> -->
|
<!-- <img class="my-5 explanations__img" src="" alt="" style="width:50%"> -->
|
||||||
|
|
Loading…
Reference in a new issue