mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-07-05 23:10:18 +00:00
17 lines
222 B
HTML
17 lines
222 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>There should be a green box below.</p>
|
|
<div></div>
|
|
</body>
|
|
</html>
|