Created
April 7, 2013 16:07
-
-
Save jindrichmynarz/5331093 to your computer and use it in GitHub Desktop.
Úkol v HTML (Datové modelování v RDF, 9. 4. 2013)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Výdej obědů</title> | |
</head> | |
<body> | |
<!-- Zdroj: http://flek.cz/nabidka/vydej-obedu/18639 --> | |
<h1>Výdej obědů</h1> | |
<p>Hledáme paní pro výdej obědů v jídelně od pondělí do pátku vždy od 11:00 - 14:00.</p> | |
<p>Plat: <strong>72 Kč/hodinu</strong></p> | |
<table> | |
<tr> | |
<th>Lokalita:</th> | |
<td>Brno</td> | |
</tr> | |
<tr> | |
<th>Typ smluvního vztahu:</th> | |
<td>Práce na dohodu</td> | |
</tr> | |
<tr> | |
<th>Zadavatel:</th> | |
<td><a href="mailto:[email protected]">[email protected]</a></td> | |
</tr> | |
<tr> | |
<th>Zařazeno v oborech:</th> | |
<td> | |
<p><a href="/prace/ostatni">Ostatní</a></p> | |
</td> | |
</tr> | |
<tr> | |
<th>Datum zadání:</th> | |
<td>3. 4. 2013</td> | |
</tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment