ffmol-rdkit / frontend /index.html
hercules168's picture
Upload 44 files
40ad0f5 verified
Raw
History Blame Contribute Delete
701 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23071014'/%3E%3Cpath d='M20 46h24M26 16v14l-8 14h28l-8-14V16' fill='none' stroke='%2331d8c6' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='32' cy='40' r='5' fill='%23b5e853'/%3E%3C/svg%3E" />
<title>Fast Follow Structure Generator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>