-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 901 Bytes
/
index.html
File metadata and controls
25 lines (22 loc) · 901 Bytes
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
<!DOCTYPE html>
<html lang="pl-PL">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="Shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<meta name="robots" content="all" />
<meta name="author" content="Wojciech Dynus" />
</head>
<body>
<div id="old-ie-warning">
<p>Twoja przeglądarka nie jest obsługiwana przez nasz serwis. Prosimy o dokonanie jej aktualizacji.</p>
</div>
<noscript>
<p>Prosimy o włączenie JavaScript w celu pełnego wykorzystania możliwości serwisu.</p>
</noscript>
<script type="text/javascript" src="js/lib/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/build.min.js"></script>
</body>
</html>