-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.php
More file actions
42 lines (40 loc) · 1.1 KB
/
Copy pathblog.php
File metadata and controls
42 lines (40 loc) · 1.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<title>Document</title>
<?php
include_once("./assets/php/init_sest.php")
?>
<style>
.imglogo{
height: 80px;
width: 220px;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none;
color: #fff;
}
li{
list-style: none;
}
</style>
</head>
<body onload="loginTesting();">
<div class="global-container">
<?php include("header.php");?>
<div>
<h1>assa</h1>
</div>
<?php include("footer.html");?>
</div>
</body>
</html>