12 lines
235 B
HTML
12 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Index</title>
|
|
</head>
|
|
<body>
|
|
<h1>tttt</h1>
|
|
<img src="{{ user_image }}" alt="test Image">
|
|
|
|
<img src="https://stackabuse.com/assets/images/logo-dropbox.svg?v=47a80c143d" alt="222">
|
|
</body>
|
|
</html> |