11<!DOCTYPE html>
22< html lang ="en " data-bs-theme ="dark ">
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < script src =" https://code.jquery.com/jquery-3.7.1.js " > </ script >
7- < script src =" js/JQuery.js " > </ script >
8- < link href =" https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " integrity =" sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin =" anonymous " >
9- < link href =" css/style.css " rel =" stylesheet " >
10- < script src =" https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity =" sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
11- < link rel =" icon " href =" images/icon.png " >
12- < title > Erreur 404 </ title >
13- < meta charset =" UTF-8 " >
14- </ head >
15- < body class =" container " >
16- < div id =" header " > </ div >
17- < noscript class =" error " > You don't have JavaScript enabled. this site cannot work proprely . </ noscript >
18- < img src =" images/icon.png ">
19- < img src =" images/ 404.png " >
20- < h1 > Error 404 </ h1 >
21- < h2 > This page doesn't exist yet </ h2 >
3+ < head >
4+ < meta charset ="UTF-8 " / >
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " / >
6+ < link
7+ href =" https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css "
8+ rel ="stylesheet "
9+ integrity =" sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH "
10+ crossorigin ="anonymous "
11+ / >
12+ < link href =" css/style.css " rel =" stylesheet " />
13+ < script
14+ src =" https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js "
15+ integrity =" sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz "
16+ crossorigin =" anonymous "
17+ > </ script >
18+ < link rel =" icon " href =" images/icon.png " / >
19+ < title > Erreur 404</ title >
20+ < meta charset =" UTF-8 " / >
21+ </ head >
2222
23- < div id ="footer "> </ div >
24- </ body >
25- </ html >
23+ < body class ="container ">
24+ < header >
25+ < div >
26+ < nav class ="navbar navbar-expand-lg bg-body-tertiary ">
27+ < div class ="container-fluid ">
28+ < a class ="navbar-brand " href ="index.html "
29+ > < img src ="../images/icon.png "
30+ /> </ a >
31+ < button
32+ class ="navbar-toggler "
33+ type ="button "
34+ data-bs-toggle ="collapse "
35+ data-bs-target ="#navbarNavAltMarkup "
36+ aria-controls ="navbarNavAltMarkup "
37+ aria-expanded ="false "
38+ aria-label ="Toggle navigation "
39+ >
40+ < span class ="navbar-toggler-icon "> </ span >
41+ </ button >
42+ < div class ="collapse navbar-collapse " id ="navbarNavAltMarkup ">
43+ < div class ="navbar-nav ">
44+ < a class ="nav-link active " aria-current ="page " href ="index.html "
45+ > Home</ a
46+ >
47+ < a class ="nav-link " href ="link-tree.html "> Link Tree</ a >
48+ < a class ="nav-link " href ="project.html "> Projects</ a >
49+ < a class ="nav-link " href ="about.html "> About</ a >
50+ < a class ="nav-link " href ="static-blog.html "> Blog/News</ a >
51+ </ div >
52+ </ div >
53+ </ div >
54+ </ nav >
55+ </ div >
56+ </ header >
57+ < img src ="images/icon.png " />
58+ < img src ="images/404.png " />
59+ < h1 > Error 404</ h1 >
60+ < h2 > This page doesn't exist yet</ h2 >
61+ < footer >
62+ < p > All Right Reserved ©️ Xgui4 Studio</ p >
63+ < p > Last Updated : 2025-12-19</ p >
64+ </ footer >
65+ </ body >
66+ </ html >
0 commit comments