fork download
  1. domain = "https://"
  2.  
  3. text = f"""<p>
  4. I built <a href=" submora.com">Submora</a> after getting tired of manually finding and maintaining places to submit websites for backlinks.
  5. </p>
  6.  
  7. <p>
  8. It currently tracks 300+ backlink and website-submission opportunities, keeps checking which ones still work, and automates submissions where possible.
  9. </p>
  10.  
  11. <p>
  12. You can browse the platform and try it free — no card required:
  13. <a href=" submora.com/">Submora</a>
  14. </p>
  15.  
  16. <p>
  17. If you're working on backlinks for {domain}, I'd be interested to know whether this saves you any time.
  18. </p>
  19.  
  20. <p>
  21. Best,<br>
  22. Founder, Submora
  23. </p>
  24. """
  25.  
  26. print(text)
Success #stdin #stdout 0.08s 14112KB
stdin
Standard input is empty
stdout
<p>
I built <a href=" submora.com">Submora</a> after getting tired of manually finding and maintaining places to submit websites for backlinks.
</p>

<p>
It currently tracks 300+ backlink and website-submission opportunities, keeps checking which ones still work, and automates submissions where possible.
</p>

<p>
You can browse the platform and try it free — no card required:
<a href=" submora.com/">Submora</a>
</p>

<p>
If you're working on backlinks for https://, I'd be interested to know whether this saves you any time.
</p>

<p>
Best,<br>
Founder, Submora
</p>