-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
25 lines (25 loc) · 1.3 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html lang="en">
<head>
<title>APS print page</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
</style>
<body>
<img
alt="SC state logo"
src="https://i.pinimg.com/originals/c4/52/04/c4520440b727695b5aca89e7afa2e7e3.jpg"
width="50"
/>
<p style={{ "border-top": "1px solid black" }}> </p>
<h1>Amendment to Planned Settlement (APS)</h1>
<p> </p>
<p>APD-ID: ND-0001</p>
<p style="font-family: 'Open Sans', sans-serif;">Submitter: Jeffrey Sobchak</p>
<p style="font-family: 'Open Sans', sans-serif;">EM Dash example: —<br>“Curly Double Quotes Example”<br>‘Curly Single Quotes Example’</p>
<p>Example relying on a fall through font packaged with the API (DejaVu Sans) using decimal:<br>bowling: ☐<br>driving: ☑</p>
<p style="font-family: 'Source Code Pro', monospace;">Example sourcing a font from a url import (Source Code Pro) using hex:<br>surfing: ☐<br>enjoying coffee: ☑</p>
<p>Submitter Email: jeffrey.sobchak@gmail.com</p>
<p>Urgent?: false</p>
<p>Comments:</p>
</body>
</html>