-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
22 lines (22 loc) · 946 Bytes
/
index.php
File metadata and controls
22 lines (22 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<head>
<meta name="description" content="RSS feed sajta Fakulteta organizacionih nauka" />
<meta name="keywords" content="RSS, RSS Feed, FON, Fakultet organizacionih nauka, FONIS" />
<meta name="author" content="Goran Militarov <goran.militarov[@]fonis.rs>" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>FON RSS feed</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:700&subset=latin,latin-ext" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="wrapper">
<div class="text">
Čuvajte svoje dugmiće na tastaturi.<br />
Spremite omiljeni RSS čitač jer je tu... <a href="http://feeds.feedburner.com/fonis-rss-fon">link</a> :)
</div>
<div class="text mid">
Našli ste bug / imate sugestiju? Kontaktirajte nas <a href="http://www.twitter.com/fonis_fon/">@fonis_fon</a>
</div>
</div>
</body>
</html>