Moved style.css to assets as frame.css

This commit is contained in:
2023-01-16 09:43:27 +01:00
parent 916f4321ea
commit cf47fb09fe
28 changed files with 9 additions and 8 deletions

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="r11form.css">
<!-- <script src="scripts.js"></script> -->
</head>
<body>
<div class="collapsibleList">
<button class="section-button collapseTrigger">Node-Set</button>
<div class="collapsibleContent">
[1.0] <a href="#" onClick="return false;" class="collapseTrigger"><code>fn:last()</code></a>
<div class="collapsibleContent">
Returns the position of the last node in the context list <br>
<code>Link do dokumentacji W3C: <a href="https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Node-Set-Functions" target="_parent">Node-Set-Functions</code></a>
</div>
</div>
</div>
</body>