tangled
alpha
login
or
join now
cherry.computer
/
website
My personal site
cherry.computer
htmx
tailwind
axum
askama
0
fork
atom
overview
issues
pulls
pipelines
add mastodon verification
cherry.computer
2 years ago
72c9f3fc
7f374d38
+1
1 changed file
expand all
collapse all
unified
split
frontend
index.html
+1
frontend/index.html
···
4
<title>Ivo's Bio</title>
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<link rel="stylesheet" href="build/app.css" />
0
7
<script defer src="build/app.js"></script>
8
</head>
9
<body>
···
4
<title>Ivo's Bio</title>
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<link rel="stylesheet" href="build/app.css" />
7
+
<link rel="me" href="https://hachyderm.io/@cherry" />
8
<script defer src="build/app.js"></script>
9
</head>
10
<body>