-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlista.html
30 lines (30 loc) · 1.07 KB
/
lista.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="pl">
<meta name="description"
content="Szkoła podstawowa nr 1 w GitHubowie. Lista oddziałów, nauczycieli i sal utworzona za pomoc± programu Plan lekcji Optivum firmy VULCAN">
<title>Lista oddziałów, nauczycieli i sal</title>
<link rel="stylesheet" href="css/lista.css" type="text/css">
<script language="JavaScript1.2" type="text/javascript" src="scripts/plan.js"></script>
</head>
<body>
<div class="logo">
<a href="http://localhost/" target="_blank"><img border="0" src="images/logo.gif" alt="Logo szkoły">
</div>
<h4>Oddziały</h4>
<ul>
<li><a href="plany/o1.html" target="plan">6A</a></li>
</ul>
<h4>Nauczyciele</h4>
<ul>
<li><a href="plany/n1.html" target="plan">J. Kochanowska (JA)</a></li>
</ul>
<h4>Sale</h4>
<ul>
<li><a href="plany/s1.html" target="plan">1</a></li>
<li><a href="plany/s2.html" target="plan">2</a></li>
<li><a href="plany/s3.html" target="plan">3</a></li>
</ul>
</body>
</html>