forked from mkucej/i-librarian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.inc.php
19 lines (19 loc) · 1.12 KB
/
index.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
include_once 'data.php';
include_once 'functions.php';
?>
<!DOCTYPE html>
<html style="width:100%;height:100%">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>I, Librarian <?php print $version ?></title>
<link type="text/css" href="css/custom-theme/jquery-ui-custom.min.css?v=<?php print $version ?>" rel="stylesheet">
<link type="text/css" href="css/plugins.css?v=<?php print $version ?>" rel="stylesheet">
<link type="text/css" href="css/font-awesome.css?v=<?php print $version ?>" rel="stylesheet">
<link type="text/css" href="style.php?v=<?php print $version ?>" rel="stylesheet">
<script type="text/javascript" src="js/jquery.js?v=<?php print $version ?>"></script>
<script type="text/javascript" src="js/jquery-ui-custom.min.js?v=<?php print $version ?>"></script>
<script type="text/javascript" src="js/plugins.js?v=<?php print $version ?>"></script>
<script type="text/javascript" src="js/javascript.js?v=<?php print $version ?>"></script>
</head>