-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
37 lines (35 loc) · 983 Bytes
/
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
<?php
echo "Welcome To Shohan's Lab";
echo "Please Subscribe and Stay Tuned";
?>
<html>
<head>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" >
<script src="assets/js/bootstrap.min.js"></script>
</head>
<body>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.3/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<body>
<p>
<?php
echo "Welcome To Shohan's Lab<br>";
?>
Project Build
For linux Users libapachemod
phpmyadmin
/<br>
|--/assets<br>
| |---/js<br>
| |---/css<br>
|--/include<br>
| |---db_config.php<br>
| |---header.php<br>
| |---footer.php<br>
|--index.php<br>
|--page1.php<br>
|--page2.php<br>
</p>
<?php include("include/footer.php")?>
</body>
</html>