-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f4c9b0
commit 3c78247
Showing
3 changed files
with
165 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
src/api/resources/pdf/templates/appraisal/appraisal_test.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Page Title</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | ||
.page-one__title { | ||
font-size: 26px; | ||
color: rgb(0, 6, 12); | ||
font-weight: bold; | ||
} | ||
|
||
.cls_002 { | ||
font-size: 26px; | ||
color: rgb(0, 92, 140); | ||
font-weight: bold; | ||
} | ||
|
||
#page-one .page-one___title { | ||
font-size: 26px; | ||
color: rgb(0, 6, 12); | ||
font-weight: bold; | ||
} | ||
|
||
#page-one .page-one___line { | ||
font-size: 26px; | ||
color: rgb(0, 6, 12); | ||
font-weight: bold; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<section id="page-one" class="page"> | ||
<div style="margin-top:80px; float:right; width:5"> | ||
<span class="page-one__title">Sales Inspection Report and</span> | ||
<br /> | ||
<span class="page-one__title">Business Appraisal for</span> | ||
<br /> | ||
<span class="cls_002">VIP Cleaning Hornsby sdfsfdsfasfs asf afasfasf</span> | ||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.