freenet 0.2.76

Freenet core software
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Freenet shell fixture - page 2</title>
</head>
<body>
<!--
  Destination of the same-origin in-contract link on index.html. A successful
  in-place `navigate` hop swaps the iframe to this page; the Playwright test
  asserts #page2-title becomes visible inside the iframe.
-->
<h1 id="page2-title">Fixture page 2</h1>
<a id="back-link" href="index.html">Back to index</a>
</body>
</html>