-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (59 loc) · 2.08 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
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>START</title>
<link rel="shortcut icon" href="http://www.iconj.com/ico/l/j/lj6889wp1d.ico" type="image/x-icon"> <meta name="description" content="dj-nick.ga">
<style type="text/css">
body {
background: linear-gradient(132deg, #0032ff, #f50000);
background-size: 400% 400%;
animation: BackgroundGradient 2s ease infinite;
}
@keyframes BackgroundGradient {
0% {background-position: 0% 50%;}
50% {background-position: 100% 50%;}
100% {background-position: 0% 50%;}
}
h1 {
position: absolute;
left: 48%;
top: 40%;
transform: translateX(-50%) translateY(-50%);
font-family: Open Sans, sans-serif;
color: #fff;
font-weight: 400;
text-transform: uppercase;
text-align: center;
font-size: 2em;
background-color: #000;
padding: 5px;
}
.button {
position: absolute;
left: 60%;
top: 40%;
display: inline-block;
border-radius: 4px;
background-color: #ffffff;
border: 5px solid #000;
color:#000;
text-align: center;
font-size: 40px;
padding: 20px;
width: auto;
margin: 5px;
font-family: 'font1';
border-radius: 15px;
box-shadow: 0 9px #ffffff;
transition: 0.1s ease-in-out;
}
</style>
</head>
<body>
<h1>Nieuwe Pagina komt er aan.</h1>
<!--<div class="button">
<a href="./error/index.html">Home</a>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript"></script>
</body>
</html>>