File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/ef
Editing: ef/context.html
Full path: C:\ict\ICT\ef\context.html
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!DOCTYPE html> <html> <head> <style> .gfg { margin: 3%; position: relative; } .first-txt { position: absolute; top: 17px; left: 50px; } .second-txt { position: absolute; bottom: 20px; left: 10px; } </style> </head> <body> <div class="gfg"> <img src="img_snow_wide.jpg"> <h3 class="first-txt"> HelloWorld </h3> <h3 class="second-txt"> Congratulations! </h3> </div> </body> </html>