Skip to content

Commit

Permalink
Fix to not duplicate <div id="main">
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed Sep 17, 2024
1 parent 4c3cb2e commit fa5ba9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<option value="en">English</option>
<option value="ja">日本語</option>
</select>
<span id="lastModified">Last Modified: 2024-09-08</span>
<span id="lastModified">Last Modified: 2024-09-17</span>
</p>
</header>

Expand Down Expand Up @@ -441,7 +441,6 @@ <h2>Tuning Table</h2>
</div>
</dl>
</div>
<div id="main">
<div class="languageBlock" lang="ja">
<p><ruby>Uhhyou Web Synthesizers</ruby> はブラウザ上で WAVE ファイルをレンダリングするシンセサイザです。</p><h2>使い方</h2><ul><li><span class="bold">Random</span> ボタンでパラメータ変更。</li><li><span class="bold">Play</span> ボタンで試聴。</li><li><span class="bold">Save</span> ボタンで WAVE ファイルをダウンロード。</li><li><span class="bold">Random</span> ボタンの左のメニューからランダマイズのレシピを選択。</li></ul><p>インターネット接続なしでの利用方法を<a href="https://github.com/ryukau/UhhyouWebSynthesizers">ソースコード</a>のページに掲載中。</p>
<h2>インパルス応答</h2>
Expand Down
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@
<h1 id="title">Uhhyou Web Synthesizers</h1>
<img src="style/favicon/favicon.svg" alt="Logo image. This logo is a stylized all-pass filter block diagram." />
</div>
{%- for lang, _ in languages.items() %}
<div id="main">
{%- for lang, _ in languages.items() %}
<div class="languageBlock" lang="{{ lang }}">
{{ introduction[lang] }}
{%- for sect in sections %}
Expand Down

0 comments on commit fa5ba9e

Please sign in to comment.