first commit
This commit is contained in:
BIN
backend/instructions_web/animation.mp4
Normal file
BIN
backend/instructions_web/animation.mp4
Normal file
Binary file not shown.
67
backend/instructions_web/delete_account.html
Normal file
67
backend/instructions_web/delete_account.html
Normal file
@@ -0,0 +1,67 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Delete Account</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
top: 20px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.app-logo {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 0;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<img width="100px" height="100px" src="logo.gif" alt="App logo">
|
||||
|
||||
<h1>Delete Account</h1>
|
||||
|
||||
<video width="100" height="440" controls>
|
||||
<source src="animation.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
<p>To delete your account, please open the app and go to the <strong><em>Profile</em></strong> page. Then, tap on
|
||||
the "<strong><em>Delete My Account</em></strong>" button and follow the instructions.</p>
|
||||
|
||||
<!-- <footer> -->
|
||||
<p>
|
||||
©
|
||||
All rights reserved by <strong><em> SEFER </em></strong>
|
||||
</p>
|
||||
<!-- </footer> -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
BIN
backend/instructions_web/logo.gif
Normal file
BIN
backend/instructions_web/logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 461 KiB |
BIN
backend/instructions_web/logo.png
Normal file
BIN
backend/instructions_web/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
Reference in New Issue
Block a user