chat_gpt_geo / index.html
bitlicker's picture
Update index.html
587a859
raw
history blame contribute delete
No virus
589 Bytes
<!DOCTYPE html>
<html>
<head>
<title>HTML Page Links</title>
<style>
body {
background-image: url:("https://upload.wikimedia.org/wikipedia/en/2/27/Bliss_%28Windows_XP%29.png");
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<h1>HTML Page Links</h1>
<p>Click on a link below to go to the corresponding HTML page:</p>
<ul>
<li><a href="strip.html">Page 1</a></li>
<li><a href="page2.html">Page 2</a></li>
<li><a href="page3.html">Page 3</a></li>
</ul>
</body>
</html>