Switch Repo to notatio/notatio
This commit is contained in:
commit
9da51a1e6b
26 changed files with 4117 additions and 0 deletions
24
templates/newuser.html
Normal file
24
templates/newuser.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="/static/style.css">
|
||||
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>Welcome to Notatio!</h2>
|
||||
<p>Before you begin creating your first file we want to give you a few tips!</p>
|
||||
<tip>Although E2EE is planned, It is not implemented yet so <strong>DO NOT</strong> store sensitive information.
|
||||
(The admins can read it)</tip>
|
||||
<tip>Use unique and meaningful file names, dates often dont convey what the file holds, nor does temp or document 1.
|
||||
</tip>
|
||||
<tip>Back up your files often if you are using a public instance! You never know If the admin will take the service
|
||||
down.</tip>
|
||||
<h4>Enter the name of your first file:</h4>
|
||||
<form id="newFileForm" method="post" action="/create">
|
||||
<input type="text" name="newFileName" id="newFileName" required><br><br>
|
||||
<button type="submit" id="createNewFile">Create</button>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue