forked from rushiiMachine/rushii.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en" data-overlayscrollbars-initialize>
<head>
<title>rushii.dev</title>
<meta charset="utf-8"/>
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#848d8d"/>
<meta name="description" content="personal dev site">
<meta name="og:title" content="rushii.dev"/>
<meta name="og:description" content="I'm a self-taught student developer living on the US west coast.
I love reverse engineering Android apps, writing apps with Jetpack Compose, and working with Kotlin/Rust."/>
<meta name="og:image" content="https://avatars.githubusercontent.com/u/33725716?v=4">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/inter-ui/4.0.2/inter.css" integrity="sha512-hijzqbP8sLpfqc1R7Sn4uta4OW5x4KQ5jBY3gPgxOHVZnDX/xzfgMLKZye+qM+kIGjE8YAUeeKWcnwiTx3kK7g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body data-overlayscrollbars-initialize>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>