14 lines
384 B
HTML
14 lines
384 B
HTML
{81d220591835b59cea231488a26f0cf594c97d49 true 384 index.html 0xc001f1a4d0}
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Background Color</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<script src="script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<button id="btn">Change Me</button>
|
|
</body>
|
|
</html>
|