This repository has been archived by the owner on Jun 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (55 loc) · 1.77 KB
/
index.html
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
58
59
60
<!DOCTYPE html>
<html lang="tr">
<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">
<title>PriviaHub - Siber Güvenlik Laboratuvarı</title>
<meta name="title" content="Uygulamalı Pentest Test Laboratuvar Ortamı | Hands-on Penatration Testing Lab Environment" />
<meta name="description" content="Uygulamalı Pentest Test Laboratuvar Ortamı | Hands-on Penatration Testing Lab Environment">
<meta name="author" content="Privia">
<meta name="keywords" content="güvenlik, dijital güvenlik, pentest, penetration, testing, test, lab, laboratuvar, vs..">
<meta name=”owner” content='Privia' />
<meta name="copyright" content="(c) 2019" />
<link rel="icon" href="./assets/images/favicon.ico" sizes="32x32" />
<link rel="apple-touch-icon-precomposed" href="./assets/images/favicon.ico" />
<meta name="msapplication-TileImage" content="./assets/images/favicon.ico" />
<!-- framework -->
<style>
html, body{
height: 100%;
width: 100%;
background: #1E5579;
overflow: hidden;
font-family: Lato;
}
main {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
main p {
font-size: 60px;
font-weight: 500;
color: #FFFFFF;
}
@media (max-width: 576px) {
main p {
font-size: 36px;
}
main img {
max-width: 80%;
}
}
</style>
</head>
<body>
<main>
<img src="assets/images/login-image.png" alt="PriviaHub Logo">
<p>Site Maintenance!</p>
</main>
</body>
</html>