-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
26 lines (21 loc) · 1.04 KB
/
footer.php
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
<!DOCTYPE html>
<html lang="sr">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Prekvalifikacije, ETF, PHP, html5, css, bootstrap" />
<meta name="author" content="MS" />
<meta name="description" content="PHP: Library" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles/styles-footer.css">
<title>PHP | LIBRARY</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</head>
<body>
<div id="footerText">
<hr><br>
Copyright MarijaSavić @ ETF PHP Course 2023
</div>
</body>
</html>