<!DOCTYPE html>
<html>
<head>
<title>ReelRewards - Promo Code App</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="script.js"></script>
</head>
<body>
<h1>
<span class="icon material-icons-outlined">theaters</span>
ReelRewards
</h1>
<p id="finalPrice"></p>
<div id="app">
<form id="promoForm">
<label for="promoCode">Enter promo code:</label>
<input type="text" id="promoCode" required/>
<button type="submit">Apply Discount</button>
</form>
</div>
</body>
</html>