-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirstinput.html
More file actions
49 lines (47 loc) · 1.7 KB
/
Copy pathfirstinput.html
File metadata and controls
49 lines (47 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>Financial Planning and Budgeting</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head><script src="function.js"></script>
<body>
<header>
<div class="box">
<div class="header">
<h1>Monthly Expenses/Income</h1>
</div>
</div>
</header>
<main>
<div class="flex-row-center">
<div class="padding-right">
<h2 class="header2">Monthly Expenses</h2>
<form>
<label class="text" for="rent">Rent:</label>
<br>
<input class="input" type="number" id="rent" name="rent">
<br>
<label class="text" for="utilities">Utilities:</label>
<input class="input" type="number" id="hello" name="utilities">
<br>
<br>
<input class="send" type="submit" value="Save">
</form>
</div>
<div>
<h2 class="header2">Income</h2>
<form>
<label class="text" for="Budget">Monthly Budget:</label>
<input class="input" type="Budget" id="salary" name="Budget">
<br>
<br>
<input class="send" type="submit" value="Save">
</form>
</div>
</div>
</main>
<script src="function.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>
</body>
</html>