w9xcss/index.html

29 lines
666 B
HTML
Raw Normal View History

2024-10-24 22:01:22 +01:00
<!DOCTYPE html>
<html>
<head>
2024-12-23 01:09:36 +00:00
<title>Windows 95</title>
2024-10-24 22:01:22 +01:00
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
2024-12-23 01:09:36 +00:00
<div class="border">
<div class="container">
<div class="header">
<h1>Windows 95</h1>
<div class="border-button"><div class="header-button"><p id="close">X</p></div></div>
2024-10-24 22:01:22 +01:00
</div>
2024-12-23 01:09:36 +00:00
<div class="formarea">
<div class="content">
<h1>Hello, world!</h1>
<div class="button-border">
<button>I am a button!</button>
</div>
</div>
2024-10-24 22:01:22 +01:00
</div>
</div>
</div>
</body>
</html>