-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>姚溯宁 / Suning Yao / msfew</title>
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="./imgs/suning-yao.png" type="image/x-icon">
</head>
<body>
<main>
<img src="./imgs/suning-yao.png" alt="Suning Yao 姚溯宁">
<h1>姚溯宁 / Suning Yao / msfew</h1>
<p>
<a href="https://ora.io" target="_blank">ORA</a> (Prev. HyperOracle)
</p>
<p>
Prev. NYU, <a href="https://foresightventures.com" target="_blank">Foresight Ventures</a>, Google (Maps & Cloud), UnionPay
</p>
<ul>
</ul>
</main>
<!-- use instant.page to preload stuff and make site faster -->
<script src="//instant.page/5.1.0" type="module"
integrity="sha384-by67kQnR+pyfy8yWP4kPO12fHKRLHZPfEsiSXR8u2IKcTdxD805MGUXBzVPnkLHw"></script>
<script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script>
<script src="./script.js"></script>
</body>
</html>