-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
57 lines (49 loc) · 1.34 KB
/
header.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
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="bootstrap-4.4.1/css/bootstrap.min.css">
<!-- fontawesome -->
<link rel="stylesheet" type="text/css" href="fontawesome-5.13.0/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="fontawesome-5.13.0/css/brand.css">
<link rel="stylesheet" type="text/css" href="fontawesome-5.13.0/css/solid.css">
<style type="text/css">
body{
background: none;
/* color: #fff; */
}
.container{
text-align: center;
width: 400px;
}
#homepagecontainer{
margin-top: 143px;
}
html {
background: url(background1.png) no-repeat center center fixed;-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#loginform{
display: none;
}
.toggleform{
font-weight: bold;
}
#diary{
width: 100%;
height: 100%;
}
#containerlogginpage{
margin-top: 70px;
}
</style>
<title>
secret Diary
</title>
</head>
<body>