/
home
/
learningaswinslo
/
public_html
/
Hydration
/
content
/
/home/learningaswinslo/public_html/Hydration/content
mkdir
upload
Name
Size
Mode
Actions
assets/
-
0755
rm
lib/
-
0755
rm
locales/
-
0755
rm
goodbye.html
702
0644
edit
dl
rm
index.html
5031
0644
edit
dl
rm
Edit:
/home/learningaswinslo/public_html/Hydration/content/goodbye.html
(702B)
<!DOCTYPE html> <html lang="en"> <head> <title>Goodbye</title> <meta charset="utf-8" lang="en"> <style> html { font-size: 20px; font-family: 'lato', sans-serif; font-weight: lighter; letter-spacing: 0.05rem; } .goodbye-container { text-align: center; margin-top: 15rem; } .bye-message { font-size: 1.5rem; } .exit-text { color: #707070; margin-top: 1rem; } </style> </head> <body> <div class="goodbye-container"> <div class="bye-message">👋 Bye!</div> <div class="exit-text">You may now leave this page.</div> </div> </body> </html>
Save
cmd:
run