summaryrefslogtreecommitdiff
path: root/pages/index.html
blob: 177d82826d3113a2730218fce66cd5e14b9a03ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@_TOP_@
<div class="container p-4">
	<!-- Hero section -->
	<div class="py-5">
		<img src="__IMAGE_DIR__/__LOGO__" width="80" height="80" class="rounded d-inline-block align-top mr-2" alt="">
		<div class="my-2">
			<h1>__COMPANY__</h1>
		</div>
		<div class="container">
			<p class="text-muted">__DESCRIPTION__</p>
		</div>
	</div>
</div>
__BOTTOM__