televex
4 years ago
5 changed files with 21 additions and 5 deletions
After Width: | Height: | Size: 261 KiB |
@ -0,0 +1,12 @@ |
|||
<!DOCTYPE html> |
|||
<html lang='en'> |
|||
<head> |
|||
<meta charset="utf-8" /> |
|||
<title>TeleVex</title> |
|||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='stylesheet.css')}}"> |
|||
</head> |
|||
<body> |
|||
<h1>TeleVex</h1> |
|||
<img src="{{ url_for('static', filename='televex-feb-2021.jpg')}}" width="400px" height="auto"> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue