+ 6
Link
How can i link a file from here to another app
3 Answers
0
In python:
from "file" import "func"
In javascript:
import "func" from "file"
Don't forget to replace "func" and "file"
+ 9
Use the anchor tag
Or on code playground you can use iframe to embed another webpage into your CODE đ„đ„đ„đ„đ„
5 in a row
+ 6
Use href