-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 797 Bytes
/
index.html
File metadata and controls
38 lines (36 loc) · 797 Bytes
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
<html>
<head>
<title>CRYPDEX</title>
<link rel="icon" href="images/favicon/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/favicon/apple-touch-icon-180x180.png"
/>
<style>
.center {
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
/* width: 200px; */
height: 50px;
/* border: 1px solid red; */
font-family: Helvetica, Arial, sans-serif;
font-size: 30px;
font-weight: 100;
}
body {
background-color: #191919;
}
</style>
</head>
<body>
<div class="center">
<img src="images/logo-white.png" width="300" />
</div>
</body>
</html>