mirror of
https://github.com/cloudmaker97/DurstRechner.git
synced 2025-12-06 07:58:39 +00:00
Relativen Pfad behoben
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
This commit is contained in:
parent
a64591bc2f
commit
2f07379289
1 changed files with 2 additions and 2 deletions
|
|
@ -126,8 +126,8 @@
|
||||||
<span class="visually-hidden">Testdaten einspielen</span>
|
<span class="visually-hidden">Testdaten einspielen</span>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a class="dropdown-item" href="/assets/example/example.json">Import-Datei anzeigen</a></li>
|
<li><a class="dropdown-item" href="./assets/example/example.json">Import-Datei anzeigen</a></li>
|
||||||
<li><a class="dropdown-item" href="/assets/example/example_urls.json">Import-Datei mit URLs anzeigen</a></li>
|
<li><a class="dropdown-item" href="./assets/example/example_urls.json">Import-Datei mit URLs anzeigen</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue