13 lines
334 B
HTML
13 lines
334 B
HTML
<!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>
|