mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-17 08:32:54 +00:00
Index page: - Change links from "Man 1" to "Section 1" Section index pages: - Change title from "1" to "Section 1 - SerenityOS man pages" - Change links from "foo" to "foo(1)" Man pages: - Change title from "foo" to "foo(1) - SerenityOS man pages"
17 lines
409 B
HTML
17 lines
409 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>SerenityOS man pages</title>
|
|
</head>
|
|
<body>
|
|
<img src="banner.png" alt="SerenityOS">
|
|
<h1>SerenityOS man pages</h1>
|
|
<a href="1/"><p>Section 1</p></a>
|
|
<a href="2/"><p>Section 2</p></a>
|
|
<a href="3/"><p>Section 3</p></a>
|
|
<a href="4/"><p>Section 4</p></a>
|
|
<a href="5/"><p>Section 5</p></a>
|
|
<a href="7/"><p>Section 7</p></a>
|
|
<a href="8/"><p>Section 8</p></a>
|
|
</body>
|
|
</html>
|