Commit 262bce8d by Patryk Czarnik

zwykłe pliki HTML

parent 7a29afb8
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Aplikacja serwletowa &mdash; spis treści</title>
</head>
<body>
<h1>Aplikacja serwletowa &mdash; spis treści</h1>
<ul>
<li><a href="stronka.html">zwykła strona HTML</a></li>
<li><a href="Hello">serwlet Hello</a></li>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tytuł strony</title>
</head>
<body>
<h1>Przykładowa strona</h1>
<p>Ala ma kota a Ola ma psa.</p>
<ul>
<li>Warszawa</li>
<li>Kraków</li>
<li>Gdańsk</li>
</ul>
</body>
</html>
\ No newline at end of file
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