email backend
This commit is contained in:
parent
3faf2c2493
commit
e82d5d5f15
11 changed files with 167 additions and 0 deletions
58
app/listmonk/test.py
Normal file
58
app/listmonk/test.py
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
|
||||
|
||||
body = '''
|
||||
<h1>weeks might have titles</h1>
|
||||
|
||||
<div class="item">
|
||||
<a href="https://phantas.ma/36/">
|
||||
<div class="info">
|
||||
<h1>Walking in Coronation Park</h1>
|
||||
<h2>W1RK: Surya at Coronation Park</h2>
|
||||
</div>
|
||||
<div class="image">
|
||||
<img src=https://pad.ma/IEI/480p243.133.jpg>
|
||||
</div>
|
||||
<div class="url">
|
||||
https://phantas.ma/36/
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="item">
|
||||
<a href="https://phantas.ma/37/">
|
||||
<div class="info">
|
||||
<h1>The Dog who walked Back and Forth</h1>
|
||||
<h2>JhunJhun ShunShun</h2>
|
||||
</div>
|
||||
<div class="image">
|
||||
<img src=https://pad.ma/JPQ/480p149.61599999999999.jpg>
|
||||
</div>
|
||||
<div class="url">
|
||||
https://phantas.ma/37/
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="item">
|
||||
<a href="https://phantas.ma/38/">
|
||||
<div class="info">
|
||||
<h1>Walk through Manori fishers beach</h1>
|
||||
<h2>Selinas afternoon (2007)</h2>
|
||||
</div>
|
||||
<div class="image">
|
||||
<img src=https://pad.ma/AG/480p390.566.jpg>
|
||||
</div>
|
||||
<div class="url">
|
||||
https://phantas.ma/38/
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="item">
|
||||
<a href="https://phantas.ma/39/">
|
||||
<div class="info"><h1>Maitreya and Charvaka down Tulsi Pipe</h1><h2>SOT: Monk - Scene 9 (Conv. b/w Maitreya and Charvaka): MNK 9949</h2>
|
||||
</div>
|
||||
<div class="image"><img src=https://pad.ma/GCC/480p110.289.jpg></div>
|
||||
<div class="url">https://phantas.ma/39/</div>
|
||||
</a>
|
||||
</div>
|
||||
'''
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue