ladybird/Meta/Websites/man.serenityos.org/index.html
Linus Groh 867072c7d8 Meta: Improve man.serenityos.org titles and link names
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"
2021-05-07 22:28:33 +02:00

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>