-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_read-me.html
43 lines (39 loc) · 1.33 KB
/
_read-me.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>Open source software</title>
<meta charset="utf-8" />
</head>
<body>
<p>
Овај директоријум садржи софтвер отвореног кода <strong>Board Games</strong> који су креирали студенти
курса у склопу израде семинарских радова на курсу Развој софтвера 2, на Математичком факултету
Универзитета у Београду:
</p>
<ul>
<li>Јеремић Милан</li>
<li>Митровић Милош</li>
<li>Протић Јана</li>
</ul>
<p>
Оригинални репозиторијум за овај софтвер отвореног кода се налази на
<a href="https://github.com/jeremicmilan/BoardGames" target="_blank"> следећој
адреси</a>.
</p>
<hr />
<p>
This folder contains open source software <strong>Board Games</strong>, which are created by students of the course
Software Engineering 2, at Faculty of Mathematics, University of Belgrade:
</p>
<ul>
<li>Jeremic Milan</li>
<li>Mitrovic Milos</li>
<li>Protic Jana</li>
</ul>
<p>
Original repository for this open source software is at the
<a href="https://github.com/jeremicmilan/BoardGames" target="_blank"> following
address</a>.
</p>
</body>
</html>