SHOW:
|
|
- or go back to the newest paste.
| 1 | - | <jsp:include page="navbar.jsp"></jsp:include> |
| 1 | + | <%@ page contentType="text/html; charset=utf-8" %> |
| 2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
| 3 | <html lang="he" dir="rtl"> | |
| 4 | <head> | |
| 5 | <title>אתר על TrackMania2</title> | |
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| 7 | <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> | |
| 8 | <link rel="shortcut icon" href="images/favicon.ico" /> | |
| 9 | </head> | |
| 10 | <body> | |
| 11 | <div id="container"> | |
| 12 | <jsp:include page="navbar.jsp"></jsp:include> | |
| 13 | <p> | |
| 14 | <h1>ברוכים הבאים לאתר על המשחק TrackMania2 אתם מוזמנים להירשם ולהתעדכן בדברים חדשים אודות המשחק!</h1> | |
| 15 | </br> | |
| 16 | <img src="images/pic1.jpg" /> | |
| 17 | </br> | |
| 18 | </p> | |
| 19 | </div> | |
| 20 | ||
| 21 | </body> | |
| 22 | </html> |