Files
standardnotes-app-web/packages/web-server/public/components/org.standardnotes.file-safe/dist/index.min.html
2022-06-07 07:18:41 -05:00

11 lines
348 B
HTML

<html>
<link rel="stylesheet" type="text/css" href="dist.css">
<title>FileSafe</title>
<body class="sn-component">
<script>
window.default_fs_relay_server_url = window.default_fs_relay_server_url || "https://filesafe.standardnotes.org";
</script>
<script type="text/javascript" src="dist.min.js"></script>
</body>
</html>