Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EspaceRaspberryFrancais/0969d44e3984b7a6faa144a8a8da4cfc to your computer and use it in GitHub Desktop.
Save EspaceRaspberryFrancais/0969d44e3984b7a6faa144a8a8da4cfc to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel = "icon" type = "image/png" href = "https://raspberry-lab.fr/ImgStat/Icon.png" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}" />
<title>Temperature</title>
</head>
<body>
<h1> Temperature actuelle : {{ temp }} </h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment