Initial commit with updated Auth and media ignored

This commit is contained in:
Hamza-Ayed
2026-04-28 13:04:27 +03:00
commit 67af97474c
477 changed files with 66444 additions and 0 deletions

Binary file not shown.

View 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
instructions_web/logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

BIN
instructions_web/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB