Loading index.html 0 → 100644 +20 −0 Original line number Diff line number Diff line <!DOCTYPE html> <html lang="fr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Pomodoro Timer</title> <meta name="description" content="Pomodoro timer dévellopé par Victor Friboulet"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="styles/style.css"> </head> <body> <header></header> <footer></footer> <script src="sripts/script.js" async defer></script> </body> </html> No newline at end of file sripts/script.js 0 → 100644 +0 −0 Empty file added. styles/style.css 0 → 100644 +0 −0 Empty file added. Loading
index.html 0 → 100644 +20 −0 Original line number Diff line number Diff line <!DOCTYPE html> <html lang="fr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Pomodoro Timer</title> <meta name="description" content="Pomodoro timer dévellopé par Victor Friboulet"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="styles/style.css"> </head> <body> <header></header> <footer></footer> <script src="sripts/script.js" async defer></script> </body> </html> No newline at end of file