Replace header with ASCII art
This commit is contained in:
parent
127751ccda
commit
648598a246
1 changed files with 14 additions and 1 deletions
15
index.html
15
index.html
|
|
@ -11,7 +11,20 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>jutty.dev</h1>
|
<pre>
|
||||||
|
|
||||||
|
|
||||||
|
__ __ __
|
||||||
|
__ /\ \__/\ \__ /\ \
|
||||||
|
/\_\ __ __\ \ ,_\ \ ,_\ __ __ \_\ \ __ __ __
|
||||||
|
\/\ \/\ \/\ \\ \ \/\ \ \/ /\ \/\ \ /'_` \ /'__`\/\ \/\ \
|
||||||
|
\ \ \ \ \_\ \\ \ \_\ \ \_\ \ \_\ \ __/\ \L\ \/\ __/\ \ \_/ |
|
||||||
|
_\ \ \ \____/ \ \__\\ \__\\/`____ \/\_\ \___,_\ \____\\ \___/
|
||||||
|
/\ \_\ \/___/ \/__/ \/__/ `/___/> \/_/\/__,_ /\/____/ \/__/
|
||||||
|
\ \____/ /\___/
|
||||||
|
\/___/ \/__/
|
||||||
|
|
||||||
|
</pre>
|
||||||
</header>
|
</header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul id="posts"></ul>
|
<ul id="posts"></ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue