12 lines
409 B
HTML
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>
|