mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2024-11-11 06:19:54 +00:00
16 lines
477 B
HTML
16 lines
477 B
HTML
<!doctype html>
|
|
<html lang="en" height="100vh">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
|
|
<meta name="description" content="osmarks.net meme library semantic search via CLIP; enhanced query UI edition">
|
|
|
|
<title>Meme Search Engine</title>
|
|
</style>
|
|
<link rel="stylesheet" href="app.css">
|
|
</head>
|
|
<body>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|