2019-04-24 16:59:08 +09:00
|
|
|
---
|
|
|
|
title: Email
|
|
|
|
permalink: "/email"
|
|
|
|
---
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2022-12-24 03:20:02 +09:00
|
|
|
<meta name="robots" content="noindex" />
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2019-04-24 16:59:08 +09:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<body>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<h1>Email</h1>
|
2022-12-24 03:20:02 +09:00
|
|
|
<p>
|
|
|
|
You can reach me at
|
|
|
|
<a href="mailto:y@uechi.io"><code>y@uechi.io</code></a>
|
|
|
|
</p>
|
2019-04-24 16:59:08 +09:00
|
|
|
</body>
|
|
|
|
</html>
|