Loading index.html +11 −3 Original line number Diff line number Diff line Loading @@ -10,11 +10,19 @@ <link rel="stylesheet" href="styles/style.css"> </head> <body> <header></header> <header>TIMER POMODORO</header> <div id="affichage"> <p>travail</p> <p>pause</p> </div> <div id="timer"></div> <footer></footer> <div id="boutons"> <button id="play">play</button> <button id="stop">stop</button> </div> <footer>Exercice Javascript - @VictorFriboulet</footer> <script src="sripts/script.js" async defer></script> </body> </html> No newline at end of file styles/style.css +3 −0 Original line number Diff line number Diff line body { background-color: red; } No newline at end of file Loading
index.html +11 −3 Original line number Diff line number Diff line Loading @@ -10,11 +10,19 @@ <link rel="stylesheet" href="styles/style.css"> </head> <body> <header></header> <header>TIMER POMODORO</header> <div id="affichage"> <p>travail</p> <p>pause</p> </div> <div id="timer"></div> <footer></footer> <div id="boutons"> <button id="play">play</button> <button id="stop">stop</button> </div> <footer>Exercice Javascript - @VictorFriboulet</footer> <script src="sripts/script.js" async defer></script> </body> </html> No newline at end of file
styles/style.css +3 −0 Original line number Diff line number Diff line body { background-color: red; } No newline at end of file