D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
mydbr
/
Filename :
thankyou.html
back
Copy
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>myDBR logout</title> <style> body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; } </style> </head> <body style="text-align:center;"> <div style="margin-top:20px"> <img src="images/logo.png" width="160" height="57" alt="mydbr" alt="myDBR"><br> Thank you for using myDBR! </div> <div style="margin-top:20px"> <a href="index.php">Not done yet?</a> </div> </body> </html>