mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 12:04:31 +00:00
18 lines
549 B
HTML
Vendored
18 lines
549 B
HTML
Vendored
<html>
|
|
|
|
<body>
|
|
<div class="nav-mobile-header">
|
|
<div class="table-row">
|
|
<span class="nav-mobile-logo">
|
|
<img src="/etc/designs/core/frontend/guidelines/img/xyz.svg"
|
|
onerror="this.onerror=null; this.src='/etc/designs/core/frontend/guidelines/img/xyz.png'"
|
|
alt="Image alt text" />
|
|
</span>
|
|
<h2>
|
|
<a href="/home.html" title="My home page " aria-label="My home page ">Home</a>
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |