1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-29 06:01:35 -04:00
itcs4180/UNCCScavenger-Server/UNCCScavenger_Server/scavenger/templates/result.html
2014-04-01 19:20:32 -04:00

13 lines
135 B
HTML

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