This commit is contained in:
parent
f24104ad3c
commit
c4afbc9d3b
21
_pages/email.html
Normal file
21
_pages/email.html
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: Email
|
||||
permalink: "/email"
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<body>
|
||||
<style>
|
||||
body {
|
||||
font-family: monospace;
|
||||
}
|
||||
</style>
|
||||
<h1>Email</h1>
|
||||
<p>You can reach me at <a href="mailto:y@uechi.io"><code>y@uechi.io</code></a></p>
|
||||
</body>
|
||||
</html>
|
@ -7,7 +7,16 @@ excerpt: ''
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta http-equiv="refresh" content="0; url=https://twitter.com/uetschy">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<body>
|
||||
<style>
|
||||
body {
|
||||
font-family: monospace;
|
||||
}
|
||||
</style>
|
||||
Redirecting ...
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user