all repos — site @ dffed53db6b54fd4b2939514278601d45531df49

source for my site, found at icyphox.sh

feat(build, pages): add contact page
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 13:39:14 +0530
commit

dffed53db6b54fd4b2939514278601d45531df49

parent

72a98b3d0504b5bca46777736bcc634c905d4332

1 files changed, 27 insertions(+), 0 deletions(-)

jump to
A contact/index.html

@@ -0,0 +1,27 @@

+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> +<style> +body { + margin-top: 10%; +} +</style> + <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> + <title> + icyphox + </title> +</header> + +<body> + <h2>contact</h2> + +<p>Reach me at <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a> or at <code>#rice</code> on <a href="https://rizon.net">Rizon</a>.</p> + +</body> + +<hr /> +<footer> + <p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p> + <p> </p> +<footer>