xrforge-v2/src/page/footer.html

53 lines
1.8 KiB
HTML

<div class="clear"></div>
<br/>
<hr/>
<div class="spectrum span">
<div></div>
</div>
<br/>
<br/>
<table width="100%" class="footer">
<tr>
<td class="col3">
<a href="https://xrhf.isvery.ninja">XR Hypermedia Federation</a><br/>
<a href="https://xrfragment.org">XR Fragment deeplinking spec</a><br/>
<a href="https://coderofsalvation.github.io/janus-guide/">JanusXR Guide</a><br/>
<a href="https://nlnet.nl">NLNET</a><br/>
</td>
<td class="col3">
<a href="?view=3D">View from XR Device</a><br/>
<a href="${opts.plugin_diskscan_dirname}">Content overview</a><br/>
<a href="about">About</a><br/>
</td>
<td class="col3">
<img src="img/button-88x31.gif" style="display:inline-block"/><br/>
<a href="https://codeberg.org/coderofsalvation/xrforge-v2">Sourcecode</a> <br>
{if footerlinks then
for i,v in pairs(footerlinks) do
print([[
<a href="]] .. v.url .. [[">]] .. v.title .. [[</a><br>
]])
end
end}
</td>
</tr>
</table>
</td>
</table>
</center>
</td>
</tr>
</table>
</body>
</html>
<!-- JanusXR portalroom, see https://janusxr.org for markup -->
${janusxr}
<!-- C-code
-->