mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-13 19:08:20 -05:00
Add basic templates for the location and results
This commit is contained in:
parent
8a527aace4
commit
07126509ba
@ -0,0 +1,5 @@
|
||||
<location>
|
||||
<image>{{ image_url }}</image>
|
||||
|
||||
<riddle>{{ riddle }}</riddle>
|
||||
</location>
|
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>UNCC Scavenger</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src="{{ img }}">
|
||||
|
||||
<h3>{{ title }}</h3>
|
||||
<p>{{ body }}</p>
|
||||
|
||||
</body>
|
Loading…
Reference in New Issue
Block a user