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

12 lines
409 B
HTML

<html>
<link rel="stylesheet" type="text/css" href="dist.css">
<title>FileSafe</title>
<body class="sn-component">
<script>
// In the desktop version, it will use this default value:
window.default_fs_relay_server_url = window.default_fs_relay_server_url || "https://filesafe.standardnotes.org";
</script>
<script type="text/javascript" src="dist.js"></script>
</body>
</html>