-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
38 lines (28 loc) · 708 Bytes
/
test.html
File metadata and controls
38 lines (28 loc) · 708 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Decibel Reader</title>
<style>
</style>
</head>
<body>
<div>
<img src="sound.jpg" alt="image of sound waves" class = "picture img">
</div>
<div class ="center1">
<link rel = "stylesheet" href = "app.css">
<h1> Total Users in Database: <strong> <%=count%></strong></h1>
</div>
<div class ="center2">
<button class="button">Find Decibel Level</button>
</div>
<div class ="bottom">
<form method="POST" action = "/register">
<input type="text" name="decibel" placeholder="Enter decibel level"><br>
<input type="text" name= "time" placeholder="Enter time ">
<button >Submit</button>
</form>
</div>
</body>
</html>