Commit 8435544b by Patryk Czarnik

index.html

parent b967934d
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Spis treści</title>
</head>
<body>
<h1>Przykłady serwletów – spis treści</h1>
<ul>
<li><a href="Hello">Hello</a></li>
<li><a href="Ping">Ping</a> - odczyt IP i nagłówków z zapytania</li>
<li><a href="godzina">KtoraGodzina</a> - tworzenie HTML w serwlecie</li>
</ul>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment