larvae-counter / index.html
lilferrit's picture
github pages mirror
8033078
raw
history blame contribute delete
658 Bytes
<!doctype html>
<html>
<head>
<title>Larvae Counter</title>
<meta name="description" content="Mirror of Larvae Counter Web App">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<iframe src="https://lilferrit-larvae-counter.hf.space">
You're browser doesn't support iframes, please visit
<a href="https://huggingface.co/spaces/lilferrit/larvae-counter">here</a>
in order to use the larvae counting app.
</iframe>
</body>
</html>