24 lines
698 B
HTML
24 lines
698 B
HTML
<!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="bgColour">Background Color:</label>
|
|
<input id="bgColour" type="color" value="#ffffff">
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<script src="js/scripts.js"></script>
|
|
</body>
|
|
</html>
|