blob: 0fffa230ef64c6a0b0925a55291b147c04d7859c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
# Front matter comment to ensure Jekyll properly reads file.
---
<!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
<body class="subPageBody">
<div class="headerBackground subPageHeaderBackground">
<div class="container subPageContainer">
{% include header.html %}
<article class="page markdown-body">
{{ content }}
</article>
</div>
{% include appstoreimages.html %}
</div>
</body>
</html>
|