web/index.html
2021-08-27 23:25:05 +01:00

17 lines
395 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>Vimium</title>
<style>
img { position: fixed; width: 30%; opacity: .25; right: 2%; bottom: -3%; }
</style>
</head>
<body>
<img src="/images/logo.svg" alt="Vimium Logo"/>
</body>
</html>