-
Notifications
You must be signed in to change notification settings - Fork 0
/
titlepage.html
22 lines (17 loc) · 1014 Bytes
/
titlepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
type: title
search: exclude
---
<div class="printTitleArea">
<div class="printTitle">{{site.print_title}}</div>
<div class="printSubtitle">{{site.print_subtitle}}</div>
<div class="lastGeneratedDate">Last generated: {{ site.time | date: '%B %d, %Y' }}</div>
<hr />
<div class="printTitleImage">
<img src="{{site.url}}/{{site.baseurl}}/common_images/company_logo_big.png"/>
</div>
<div class="copyrightBoilerplate">
<p>© 2015 Your company. This is a boilerplate copyright statement... All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
</p>
</div>
</div>