<html> <head> <!--Use this for adding blur effect to desired photo. Put photo in hyprlock.png and make it fullscreen. Then screenshot it.--> </head> <body> <img src="./hyprlock.png" style="width: 100%; height:100%; position: fixed; margin: -18px 0px 0px -8px"/> <div style="border-radius: 16px; margin: 18px; height: 98%; width: 588px; backdrop-filter:blur(80px); box-shadow: 0px 0px 7px rgba(117, 112, 152, 0.7)"></div> </body> </html>