-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
50 lines (50 loc) · 1.73 KB
/
index.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DSS | AHP</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Montserrat:wght@500&family=PT+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/style1.css">
</head>
<body>
<?php include 'fungsi.php'; ?>
<?php include 'navbar.php'; ?>
<div class="container">
<div class="main-home">
<h3 class="text-center">KELOMPOK 3</h3>
<h4 class="text-center">Metode AHP</h4>
<hr>
<table>
<tr>
<td>Nanik Dwi Lestari</td>
<td>200441100008</td>
</tr>
<tr>
<td>Kevin Malik Fajar</td>
<td>200441100014</td>
</tr>
<tr>
<td>Angelin</td>
<td>200441100051</td>
</tr>
<tr>
<td>Adika Juliantara S</td>
<td>200441100059</td>
</tr>
<tr>
<td>Dwi Angga Virgi</td>
<td>200441100174</td>
</tr>
</table>
<div class="background">_</div>
</div>
</div>
</body>
</html>