FEWD-CTEC3905/index.html

24 lines
696 B
HTML
Raw Normal View History

2024-02-04 16:29:54 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>P2672045</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<main>
<div id="textWindow">
<div id="background"></div>
<div id="background-transition"></div>
<h1 id="titleBanner" class="black">Tom Cornes</h1>
<div id="colorSelector">
<label for="bgColor">Background Color:</label>
<input id="bgColor" type="color" value="#ffffff">
</div>
</div>
</main>
<script src="js/scripts.js"></script>
</body>
2024-02-04 16:29:54 +00:00
</html>