mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 21:10:32 +01:00
19 lines
820 B
HTML
19 lines
820 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US" dir="ltr">
|
|
<head>
|
|
<title>Isaac's Webbed Site</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="logo.svg">
|
|
</head>
|
|
<body>
|
|
<p>for business inquiries</p>
|
|
<p>ig [at] isaac [dot] run</p>
|
|
<br>
|
|
<p>for personal inquiries</p>
|
|
<p>you should already know how to reach me (:</p>
|
|
<script src="https://www.isaac.run/nothing.js" integrity="sha512-iA5zbw+JpUFId8dmbgXBpPalxJLri+19iRmA6vtEShpsZgE8CbiciIsuIzIupY8VcGxV7aPFNgXEqJOLhfgRxw==" crossorigin="anonymous"></script>
|
|
<script src="oneko.js" integrity="sha512-lauDmX7n4S0lCh1VPRXdi8xbww2QRO9E8MMGa1EJ3RE67QommijBRdTecaQM2rKpxqEGZg/3Gbk6gzZAvcbVUQ=="></script>
|
|
</body>
|
|
</html>
|