11<!DOCTYPE html>
2- < html lang ="en ">
2+ < html lang ="en " data-bs-theme =" light " >
33 < head >
44 < meta charset ="utf-8 ">
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
1010 < link rel ="shortcut icon " href ="/img/favicon.ico ">
1111 < title > Architecture of ID-software</ title >
1212 < link href ="/css/bootstrap.min.css " rel ="stylesheet ">
13- < link href ="/css/font-awesome.min.css " rel ="stylesheet ">
13+ < link href ="/css/fontawesome.min.css " rel ="stylesheet ">
14+ < link href ="/css/brands.min.css " rel ="stylesheet ">
15+ < link href ="/css/solid.min.css " rel ="stylesheet ">
16+ < link href ="/css/v4-font-face.min.css " rel ="stylesheet ">
1417 < link href ="/css/base.css " rel ="stylesheet ">
15- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css ">
18+ < link id ="hljs-light " rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css " >
19+ < link id ="hljs-dark " rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css " disabled >
1620 < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js "> </ script >
1721 < script > hljs . highlightAll ( ) ; </ script >
1822 </ head >
2529 <!-- Expanded navigation -->
2630 < div id ="navbar-collapse " class ="navbar-collapse collapse ">
2731
28- < ul class ="nav navbar-nav ml -auto ">
32+ < ul class ="nav navbar-nav ms-md -auto ">
2933 < li class ="nav-item ">
30- < a href ="# " class ="nav-link " data-toggle ="modal " data-target ="#mkdocs_search_modal ">
34+ < a href ="# " class ="nav-link " data-bs- toggle ="modal " data-bs -target ="#mkdocs_search_modal ">
3135 < i class ="fa fa-search "> </ i > Search
3236 </ a >
3337 </ li >
@@ -54,8 +58,7 @@ <h1 id="404-page-not-found" style="text-align: center">404</h1>
5458 < hr >
5559 < p > Documentation built with < a href ="https://www.mkdocs.org/ "> MkDocs</ a > .</ p >
5660 </ footer >
57- < script src ="/js/jquery-3.6.0.min.js "> </ script >
58- < script src ="/js/bootstrap.min.js "> </ script >
61+ < script src ="/js/bootstrap.bundle.min.js "> </ script >
5962 < script >
6063 var base_url = "/" ,
6164 shortcuts = { "help" : 191 , "next" : 78 , "previous" : 80 , "search" : 83 } ;
@@ -68,7 +71,7 @@ <h1 id="404-page-not-found" style="text-align: center">404</h1>
6871 < div class ="modal-content ">
6972 < div class ="modal-header ">
7073 < h4 class ="modal-title " id ="searchModalLabel "> Search</ h4 >
71- < button type ="button " class ="close " data-dismiss ="modal "> < span aria-hidden =" true " > × </ span > < span class =" sr-only " > Close</ span > </ button >
74+ < button type ="button " class ="btn- close " data-bs- dismiss ="modal " aria-label =" Close " > </ button >
7275 </ div >
7376 < div class ="modal-body ">
7477 < p > From here you can search these documents. Enter your search terms below.</ p >
@@ -88,7 +91,7 @@ <h4 class="modal-title" id="searchModalLabel">Search</h4>
8891 < div class ="modal-content ">
8992 < div class ="modal-header ">
9093 < h4 class ="modal-title " id ="keyboardModalLabel "> Keyboard Shortcuts</ h4 >
91- < button type ="button " class ="close " data-dismiss ="modal "> < span aria-hidden =" true " > × </ span > < span class =" sr-only " > Close</ span > </ button >
94+ < button type ="button " class ="btn- close " data-bs- dismiss ="modal " aria-label =" Close " > </ button >
9295 </ div >
9396 < div class ="modal-body ">
9497 < table class ="table ">
0 commit comments