first commit, raspi temp display
This commit is contained in:
8
app/templates/index.html
Normal file
8
app/templates/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ title }} - Microblog</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, {{ user.username }}!</h1>
|
||||
</body>
|
||||
</html>
|
||||
8
app/templates/status.html
Normal file
8
app/templates/status.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ device.name }} Status</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Temperature: {{ status.temperature }}</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user