-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 992 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (27 loc) · 992 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Filk</title>
</head>
<body style="background-color:black;font-family: monospace;color:lawngreen;padding:3rem;font-size:18px;">
<pre>
.---.
.--.| | .
_.._ |__|| | .'|
.' .._|.--.| | .' |
| ' | || |< |
__| |__ | || | | | ____
|__ __| | || | | | \ .'
| | | || | | |/ .
| | |__|| | | /\ \
| | '---' | | \ \
| | ' \ \ \
|_| '------' '---'
</pre>
<p style="line-height:1.5;">Sorry, almost nothing to see here yet.<br>Why not visit me on <a style="color:#00b4ed;" href="https://www.linkedin.com/in/park-philip/" target="_blank">LinkedIn</a> meanwhile?</p>
</body>
</html>