Quellcode durchsuchen

fixed bug with link to index

Bryan Allred vor 12 Jahren
Ursprung
Commit
71382046e0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      index.html

+ 1 - 1
index.html

@ -6,7 +6,7 @@
6 6
    </head>
7 7
    <body>
8 8
        <header>
9
            <a href="/" title="Hex Intro">Hex Inro</a>
9
            <a href="#/" title="Hex Intro">Hex Inro</a>
10 10
            &nbsp;|&nbsp;
11 11
            <a href="#/dump" title="Hex Dump">Hex Dump</a>
12 12
            <a href="https://github.com/erantanen/hfd" title="Inspiration" style="padding-left: 2em; font-style: italic;">Inspired by erantanen</a>