add initial project files.
This commit is contained in:
33
html/index.html
Normal file
33
html/index.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="content-language" content="ja" />
|
||||
<meta http-equiv="Content-Stype-Type" content="text/css" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<meta http-equiv="refresh" content="60" />
|
||||
<link rel="stylesheet" type="text/css" href="css/default.css" />
|
||||
<title>C047 Server Room Temperature</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>C407 Server Room Temperature</h1>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><img src="./images/graph-hour.png" alt="Hourly Graph" /></td>
|
||||
<td><img src="./images/graph-day.png" alt="Daily Graph" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="./images/graph-week.png" alt="Weekly Graph" /></td>
|
||||
<td><img src="./images/graph-month.png" alt="Monthly Graph" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="./images/graph-year.png" alt="Yearly Graph" /></td>
|
||||
<td><img src="./images/graph-3year.png" alt="3 Years Graph" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user