-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
54 lines (44 loc) · 1.43 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Dies Natalis Mahasiswa Ilmu Komputer Universitas Pendidikan Indonesia ke-9">
<meta name="author" content="Hendra Arfiansyah">
<link rel="shortcut icon" href="assets/img/favicon.png">
<title>Dinamik 9 · KEMAKOM FPMIPA UPI</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style3.css" />
<!-- Custom styles for this template -->
<style type="text/css">
body{
background-color: #b6d134;
}
.sky {
min-height: 300px;
height: 30%;
background-color: #C0EBF2;
}
#wrapper img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -250px;
margin-top: -134px;
}
</style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<div class="sky"></div>
<img src="assets/img/ticket.png">
</div>
</body>
</html>