mirror of
https://github.com/bspeice/itcs4180
synced 2025-07-04 07:15:23 -04:00
Add basic templates for the location and results
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>UNCC Scavenger</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src="{{ img }}">
|
||||
|
||||
<h3>{{ title }}</h3>
|
||||
<p>{{ body }}</p>
|
||||
|
||||
</body>
|
Reference in New Issue
Block a user