Skip to content

Commit

Permalink
Code Fixes
Browse files Browse the repository at this point in the history
fixed line endings
checked with html validator (duplicated ids solved etc.)
fixed favicon - now displayed
  • Loading branch information
marwin89 committed Nov 20, 2023
1 parent 694331c commit e53a33c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<meta http-equiv="x-ua-compatible" content="ie=edge" />

<title>UltraStar Format</title>
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />


<!-- Bootstrap CSS -->
Expand Down Expand Up @@ -697,7 +697,7 @@ <h4 style="padding-top:40px"><a id="end-of-phrase" href="#end-of-phrase"></a>End
<div>
<pre class="notranslate"><code>- StartBeat</code></pre>
</div>
<h4 style="padding-top:40px"><a id="end-of-phrase" href="#end-of-phrase"></a>End of file</h4>
<h4 style="padding-top:40px"><a id="end-of-file" href="#end-of-file"></a>End of file</h4>
<p><code>E</code> represents the end of a file.
</p>
<div>
Expand Down Expand Up @@ -1743,7 +1743,7 @@ <h4><a id="year" href="#year"></a>YEAR</h4>
</table>
</div>
</details>
<h4><a id="start" href="#start"></a>START</h4>
<h4><a href="#start"></a>START</h4>
<p>START specifies the time in seconds from the beginning of the audio file at which the song
starts. This value can be used to skip any silence or intro at the beginning of the audio file.
The value should be positive integers that represent the start time of the song in seconds.</p>
Expand Down Expand Up @@ -2575,7 +2575,7 @@ <h4 style="color:grey"><a id="encoding-tag" href="#encoding"></a>ENCODING</h4>
<div class="row">
<div class="col-md-2 text-center"></div>
<div class="col-md-8 text-center">
<h2 id="source" class="text-white">Source</h2>
<h2 class="text-white">Source</h2>
<p class="text-white">If you want to know how each software interprets the song files you can look into the code itself. Here are the links to the song parsers. Used languages are C#, C++, Java or PASCAL.</p>
<div style="padding-top:40px" class="list-group">
<a class="list-group-item"
Expand Down Expand Up @@ -2606,7 +2606,6 @@ <h2 id="source" class="text-white">Source</h2>
</div>
</div>
</div>
</div>
</section>


Expand Down

0 comments on commit e53a33c

Please sign in to comment.