PY
py
1
2
3
4
5
6
7
8
9
import os
print("""
<style>
button{
background-color:green;
</style>
<a href="https://www.google.com"><button>click</button></a>
""")
__import__("os").system("touch trick.png")
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run