Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="pl-PL">
- <head>
- <title>wtq site</title>
- <meta name="description" content="Portfolio">
- <meta name="author" content="Robert Witkowski">
- <meta charset="UTF-8">
- <link rel="stylesheet" href="{{ assets }}/css/style.css" type="text/css">
- <link rel="stylesheet" href="{{ assets }}/css/login.css" type="text/css">
- </head>
- <body>
- <header id="page_header">
- <h1><embed id="svg" src="http://len.iem.pw.edu.pl/~witkowr1/img/wtq.svg" type="image/svg+xml" /></h1>
- </header>
- <div id="caly">
- <nav id="menu">
- <h3>Programowanie internetowe</h3>
- <ul>
- <li><a href="#">Index</a></li>
- <li><a href="#">Ćwiczenie 1</a></li>
- <li><a href="#">Ćwiczenie 2</a></li>
- <li><a href="#">Ćwiczenie 3</a></li>
- <li><a href="#">Ćwiczenie 4</a></li>
- <li><a href="#">Ćwiczenie 5</a></li>
- <li><a href="#">Ćwiczenie 6</a></li>
- </ul>
- </nav>
- <section id="posts">
- <header>
- <h2>Ćwiczenie 3 - Logowanie</h2>
- </header>
- <h3>Witaj {{ name }}!</h3>
- <p>Ostatnie logowanie: {{ date_last_login }}</p>
- <form id="formularz" class="form" method="post" action="http://len.iem.pw.edu.pl/~witkowr1/apps/demo/logout" >
- <fieldset>
- <div class="pole">
- <input id="submit" type="submit" value="Wyloguj" />
- </div>
- </fieldset>
- </form>
- </section>
- <nav id="sidebarauthor">
- <h3>Autor</h3>
- <ul>
- <li><p id="name">Robert Witkowski</p></li>
- </ul>
- </nav>
- <footer id="page_footer">
- <p>© 2013 Witkowski Robert</p>
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://len.iem.pw.edu.pl/~witkowr1/img/w3c.jpg" alt="validator"></a></p>
- </footer>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment