summaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/hello.html
blob: 69a65ab891d0fc5ace0c0069cd27975d9085204b (plain)
1
2
3
4
5
6
7
8
9
#set($tab="")
#parse("header.html")

		<h1>Cambria API</h1>
		<p>This is a Cambria API server, part of the Universal Event Broker service, a general purpose,
		high-throughput pub/sub event routing system.</p>
		<p>Please see <a href="http://sa2020.it.att.com:8888/sw/cambria/intro">the Cambria project</a> information page.

#parse("footer.html")