This website requires JavaScript.
Explore
Help
Register
Sign In
JohnHammond
/
ColdCore
mirror of
https://github.com/JohnHammond/ColdCore.git
Watch
1
Star
0
Fork
You've already forked ColdCore
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a55720ae81
ColdCore
/
utils
/
notification.py
3 lines
83 B
Python
Raw
Blame
History
def
make_link
(
text
,
target
)
:
return
'
<a href=
"
{}
"
>
{}
</a>
'
.
format
(
target
,
text
)
Reference in New Issue
View Git Blame
Copy Permalink