11 lines
251 B
HTML
11 lines
251 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CCTV</title>
|
|
</head>
|
|
<body>
|
|
<h1>Latest Picture</h1>
|
|
<img src="/uploads/Cat03.jpg" alt="Latest Picture">
|
|
<img src="{{.picture}}" alt="Latest Picture">
|
|
</body>
|
|
</html> |