You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
461 B
24 lines
461 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<script defer src="{{url_for('static', filename='app.js')}}"></script>
|
|
</head>
|
|
<body>
|
|
<h1>How Much Money Have We Wasted?</h1>
|
|
<dl>
|
|
<dt>Number of Participants</dt>
|
|
<dd></dd>
|
|
<dt>Start Time</dt>
|
|
<dd></dd>
|
|
<dt>End Time</dt>
|
|
<dd></dd>
|
|
<dt>
|
|
Amount of Money Wasted<br/>
|
|
(assuming an average salary of 100K)
|
|
</dt>
|
|
<dd></dd>
|
|
</body>
|
|
</html>
|