1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2025-02-22 22:10:10 +00:00
2025-01-24 09:24:28 +00:00

17 lines
475 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="Organizing the world's memes.">
<title>Nooscope</title>
</style>
<link rel="stylesheet" href="app.css">
<link rel="icon" type="image/png" href="logo.png">
</head>
<body>
<script src="app.js"></script>
</body>
</html>