-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1159 from maizzle/fix/prettify
- Loading branch information
Showing
6 changed files
with
106 additions
and
12 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
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
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,23 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link href="style.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<br> | ||
<br> | ||
<img src="image.png"> | ||
<img src="image.png"> | ||
<hr class="my-4"> | ||
<hr class="my-4"> | ||
<div style="font-family: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif; line-height: 1;"> | ||
<!--[if mso]> | ||
<v:rect stroke="f" fillcolor="none" style="width: 600px" xmlns:v="urn:schemas-microsoft-com:vml"> | ||
<v:fill type="frame" src="https://via.placeholder.com/600x400" /> | ||
<v:textbox inset="0,0,0,0" style="mso-fit-shape-to-text: true"><div><![endif]--> | ||
<img src="image.png"> | ||
<!--[if mso]></div></v:textbox></v:rect><![endif]--> | ||
</div> | ||
</body> | ||
</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,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link href="style.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<br /> | ||
<br/> | ||
<img src="image.png" /> | ||
<img src="image.png"/> | ||
<hr class="my-4" /> | ||
<hr class="my-4"/> | ||
<div | ||
style=" | ||
font-family: | ||
ui-sans-serif, | ||
system-ui, | ||
-apple-system, | ||
"Segoe UI", | ||
sans-serif; | ||
line-height: 1; "> | ||
<!--[if mso]> | ||
<v:rect stroke="f" fillcolor="none" style="width: 600px" xmlns:v="urn:schemas-microsoft-com:vml"> | ||
<v:fill type="frame" src="https://via.placeholder.com/600x400" /> | ||
<v:textbox inset="0,0,0,0" style="mso-fit-shape-to-text: true"><div><![endif]--> | ||
<img src="image.png" /> | ||
<!--[if mso]></div></v:textbox></v:rect><![endif]--> | ||
</div> | ||
</body> | ||
</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
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