-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlepage.html
23 lines (17 loc) · 1.28 KB
/
titlepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
type: title
search: exclude
layout: default_print
---
<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="{{ "/images/restapicourse/restapi_apidoc.svg" | prepend: site.baseurl }}" alt="I'd Rather Be Writing" />
</div>
<div class="copyrightBoilerplate">
© 2015 I'd Rather Be Writing, Inc. All rights reserved. Title and copyright in this document at all times belong to I'd Rather Be Writing. It shall be kept strictly confidential and may only be used by employees of the client authorized for such purpose. This document (or any part of it) shall not be copied or reproduced (in any form whatsover), transmitted or stored within a retrieval system or disclosed to any third party without prior written consent of I'd Rather Be Writing. I'd Rather Be Writing reserves the right to revise or otherwise alter this publication and associated software and to make changes to the content thereof, without obligation to notify any person of such changes or revisions.
</div>
</div>