Leo Vasanko
8c6690ea98
- File selections working - CSS more responsive, more consistent use of colors and variables - Keyboard navigation - Added context menu buttons and handler, the menu is still missing - Added download and settings buttons (no functions yet) - Various minor fixes everywhere
16 lines
608 B
HTML
16 lines
608 B
HTML
<!DOCTYPE html>
|
|
<html lang=en>
|
|
<script type="module" crossorigin src="/assets/index-b403b9e8.js"></script>
|
|
<link rel="stylesheet" href="/assets/index-e2fef821.css">
|
|
|
|
<meta charset=UTF-8>
|
|
<title>Cista</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Emoji&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
|
|
|
|
<div id="app"></div>
|