Untitled
unknown
plain_text
a year ago
376 B
7
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <style> #city { color: blue; text-align:center; display:none; } #city1 { color: blue; text-align:center; display:none; } </style> </head> <body> <div id="city"> <h1 style="font-size:40px;color:red;">Scroll Down For ID</h1> </div>
Editor is loading...
Leave a Comment