mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-14 19:38:21 -05:00
13 lines
135 B
HTML
13 lines
135 B
HTML
<html>
|
|
<head>
|
|
<title>UNCC Scavenger</title>
|
|
</head>
|
|
|
|
<body>
|
|
<img src="{{ img }}">
|
|
|
|
<h3>{{ title }}</h3>
|
|
<p>{{ body }}</p>
|
|
|
|
</body>
|