Skip to content

Commit 1a2a4ed

Browse files
authored
Update index.php
1 parent 6ec64cd commit 1a2a4ed

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

index.php

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
include('data.php');
3+
4+
function printMyName($name){
5+
echo "<h2>Your name is $name </h2>";
6+
}
7+
printMyName('Vahe');
8+
?>
9+
<!doctype html>
10+
<html lang="en">
11+
<head>
12+
<meta charset="utf-8">
13+
<meta name="viewport" content="width=device-width, initial-scale=1">
14+
<title>Bootstrap demo</title>
15+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
16+
</head>
17+
<body>
18+
<h1> <?php echo $BBB; ?> </h1>
19+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)