Skip to content

Commit ed12246

Browse files
committed
Updated the about page to disable the automatic favicon request and remove the doctype warning
1 parent 199788e commit ed12246

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/about.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!DOCTYPE html>
2+
13
<script type="text/javascript" src="./doxygen-custom-page-injector.js"></script>
24

5+
<link rel="icon" href="data:,">
6+
37
<div id="injection-wrapper" nav-to="about.html" style="display: none;">
48
<div class="header">
59
<div class="headertitle">

doxygen/html/about.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!DOCTYPE html>
2+
13
<script type="text/javascript" src="./doxygen-custom-page-injector.js"></script>
24

5+
<link rel="icon" href="data:,">
6+
37
<div id="injection-wrapper" nav-to="about.html" style="display: none;">
48
<div class="header">
59
<div class="headertitle">

0 commit comments

Comments
 (0)