-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml_temp.html
More file actions
52 lines (48 loc) · 1.5 KB
/
html_temp.html
File metadata and controls
52 lines (48 loc) · 1.5 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
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css_main.css" />
<link rel="stylesheet" href="css_data_table.css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto" rel="stylesheet" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide" />
<script src="js_temp.js"></script>
</head>
<body>
<div class="nameMain" >TEMP TRANSDUCER</div>
<img src="human1.svg" />
<div class="circle"></div>
<div class="content-main" >
<div class="content-tb">
<input type='text' id="myInput" placeholder="Search ID or Name">
<div class="tableDATA">
<table class="tableData" id="dataTable">
<thread>
<tr>
<th>ID</th>
<th>PLANT-SITE</th>
<th>NAME</th>
<th>TYPE</th>
<th>RANGE</th>
<th>VALUE</th>
<th>UNIT</th>
</tr>
</thread>
<tbody id="data-TT"></tbody>
</table>
</div>
</div>
<div class="btmain">
<button type="button" class="glow-on-hover" onclick="location.href='index.html'">
MAIN
</button>
</div>
<div class="info">
<marquee>Nattapong Pungtim Email: s6301072520041@email.kmutnb.ac.th</marquee>
</div>
</body>
</html>