QE Last Week (Copy 1906)
✨ นายพิชญ์รัฐ ไพบูลย์ธรรม
<!DOCTYPE HTML> <html> <head> <title>QE Lab</title> <style> body { background: url("https://media.discordapp.net/attachments/806902678281650186/809015378302074930/Earth.jpg?width=1191&height=670"); width: 100%; height: 100%; } @keyframes starPulse { from {opacity: 1;} to {opacity: 0.3;} } @-webkit-keyframes starPulse { from {opacity: 1;} to {opacity: 0.3;} } @-moz-keyframes starPulse { from {opacity: 1;} to {opacity: 0.3;} } @-o-keyframes starPulse { from {opacity: 1;} to {opacity: 0.3;} } </style> </head> <body> <div id="stars"></div> </body> </html>