Skip to content

Commit b1389f0

Browse files
committed
test
1 parent daf2255 commit b1389f0

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.DS_Store

2 KB
Binary file not shown.

index.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<html>
2+
<head>
3+
<style>
4+
body {
5+
background-color: #fff;
6+
height: 100%;
7+
margin:0;
8+
padding:0;
9+
}
10+
img {
11+
height: 25%;
12+
position:absolute;
13+
top:0;
14+
left:0;
15+
right:0;
16+
bottom:0;
17+
margin:auto;
18+
}
19+
div {
20+
position:relative;
21+
height: 100%;
22+
width:100%;
23+
}
24+
</style>
25+
<title>EvenDev</title>
26+
</head>
27+
<a href="https://twitter.com/even_dev">
28+
<body>
29+
<div><img src="pfp.png"></div>
30+
</body>
31+
</a>
32+
</html>

pfp.png

103 KB
Loading

0 commit comments

Comments
 (0)