1
0
Fork 0
isopod.cool/stuff/webgarden/image1.html
2023-01-09 14:30:45 -07:00

21 lines
609 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Image1</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
a {
color: white;
text-decoration: none;
}
</style>
</head>
<body>
<div id="plant" style="background-image: url('images/image1.png');">
<a href="index.php" style="font-size: 2em; position: absolute; left: 4px; top: 218px;">&lt;</a>
<a href="image2.html" style="font-size: 2em; position: absolute; left: 228px; top: 218px;">&gt;</a>
</div>
</body>
</html>