-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
32 lines (31 loc) · 935 Bytes
/
Copy pathindex.php
File metadata and controls
32 lines (31 loc) · 935 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
26
27
28
29
30
31
32
<?php
session_start();
include "config/library_config.php";
?>
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Program SPK</title>
<link href='assets/bootstrap/css/bootstrap.min.css' rel='stylesheet' type='text/css' />
<link href='assets/style/main.css' rel='stylesheet' type='text/css' />
<noscript><meta http-equiv='refresh' content='0; URL=page/js.html' /></noscript>
</head>
<!--
Body Program //============================================
-->
<body>
<div id='container'>
<h1>Sistem Pendukung Keputusan Weighted Product</h1>
<div id='body'><?php include "page/view_presentation.php"; ?></div>
<p class='footer'>
Created By <strong>Dhea Miradikna</strong>. All Rights Reserved. 2020
</p>
</div>
<script src='assets/js/jquery-1.8.2.js'></script>
<script src='assets/bootstrap/js/bootstrap.min.js'></script>
</body>
<!--
Body Program //============================================
-->
</html>