67 lines
1.3 KiB
HTML
67 lines
1.3 KiB
HTML
<!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> |