Update website

This commit is contained in:
Guilhem Lavaux 2024-11-19 08:02:04 +01:00
parent 4413528994
commit 1d90fbf296
6865 changed files with 1091082 additions and 0 deletions

View file

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<div class="section" id="reference-page">
<h1>
Reference Page
</h1>
<ul>
<li><a href="page.html#some-sub-section">Some Sub Section</a></li>
<li><a href="page.html#other">Other Sub Section</a></li>
<li><a href="page1.html#another-page">Section on another subpage</a></li>
</ul>
<p>And what about <a href="../reference.html#test_anchor">the test anchor</a>?</p>
<div class="section" id="some-sub-section">
<h2>
Some Sub Section
</h2>
<a id="other"></a>
</div>
<div class="section" id="other-sub-section">
<h2>
Other Sub Section
</h2>
</div>
</div>
</body>
</html>