dep prune
This commit is contained in:
parent
65441fa5b3
commit
3a2d24baca
1564 changed files with 0 additions and 638818 deletions
30
vendor/github.com/vanng822/go-premailer/premailer/data/markup_test.html
generated
vendored
30
vendor/github.com/vanng822/go-premailer/premailer/data/markup_test.html
generated
vendored
|
|
@ -1,30 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
<style type="text/css">
|
||||
h1 {
|
||||
width: 50px;
|
||||
color:red;
|
||||
}
|
||||
h2 {
|
||||
vertical-align: top;
|
||||
}
|
||||
h3 {
|
||||
text-align: right;
|
||||
}
|
||||
strong {
|
||||
text-decoration:none
|
||||
}
|
||||
div {
|
||||
background-color: green
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hi!</h1>
|
||||
<h2>There</h2>
|
||||
<h3>Hello</h3>
|
||||
<p><strong>Yes!</strong></p>
|
||||
<div>Green color</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue