-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 754 Bytes
/
index.html
File metadata and controls
15 lines (15 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div><img class="logo" src="./logo.svg"> raster</div>
<p>hey! i'm raster</p>
<p>i do graphic design, game dev(in the future), and a bit of (vibe)coding on the side</p>
<div><div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div></div><script src="https://status.cafe/current-status.js?name=raster" defer></script>
<div style="font-size: 14px; padding-top: 1rem;"><a href="https://status.cafe/users/raster" class="ftr">status</a><a class="ftr" href="/links">links</a></div>
</body>
</html>