forked from ekasapta/ekasapta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
private_project.html
82 lines (78 loc) · 2.44 KB
/
private_project.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!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">
<meta name="robots" content="noindex">
<title>Oops, Private Project | Eka Sapta</title>
<link rel="icon" sizes="192x192" href="assets/img/favicon.jpg?_v=20190127">
<style>
* {
margin: 0;
padding: 0;
}
html, body {
width:100%;
font-family: sans-serif;
}
.container {
display:flex;
width:100%;
height:100vh;
justify-content: center;
align-items: center;
flex-direction: column;
}
.container img {
height: 350px;
}
.container a {
font-size: 12px;
}
.container h1 {
font-size: 35px;
margin-top:30px;
}
.container h3 {
font-size: 18px;
font-style: italic;
margin-top:10px;
}
.container a {
text-decoration: none;
margin-top: 20px;
color: #34495e;
font-size: 14px;
}
.container a:hover {
color: #3498db
}
@media screen and (max-width:768px) {
.container img {
height: 250px;
}
.container h1 {
font-size: 20px;
}
.container h3 {
font-size: 12px;
}
}
</style>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NX5QDRX');</script>
</head>
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NX5QDRX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div class="container">
<img src="assets/img/f845f2833ad08c893085fa7a9511b82e.png" alt="Private Project"> <!-- Designed by rawpixel.com / Freepik -->
<a href="/">Back to Home</a>
<h1>Oops, The project is private.</h1>
<h3>Not accessible for public.</h3>
</div>
</body>
</html>