1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-29 14:11:38 -04:00
itcs4180/UNCCScavenger-Server/UNCCScavenger_Server/scavenger/templates/result.html

13 lines
135 B
HTML
Raw Normal View History

<html>
<head>
<title>UNCC Scavenger</title>
</head>
<body>
<img src="{{ img }}">
<h3>{{ title }}</h3>
<p>{{ body }}</p>
</body>