Created
November 3, 2020 12:47
-
-
Save dralletje/be1a07a3bb4eb29f8e0c8c6ad9aa1282 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### A Pluto.jl notebook ### | |
# v0.12.6 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ 5d28da22-1dd2-11eb-1514-49e318dba68d | |
html""" | |
<div id="myid"> | |
Hey there | |
</div> | |
""" | |
# ╔═╡ 69cad9d8-1dd2-11eb-2855-932d522afc98 | |
html"""<div style="height: 1000px" />""" | |
# ╔═╡ 741e4ae6-1dd2-11eb-2a23-89bf01e697b0 | |
html"""<a href="#myid">Click</a>""" | |
# ╔═╡ a6a8c3f6-1dd2-11eb-2671-5bad56aa2501 | |
html"""<a href="http://google.com">Google?</a>""" | |
# ╔═╡ Cell order: | |
# ╠═5d28da22-1dd2-11eb-1514-49e318dba68d | |
# ╠═69cad9d8-1dd2-11eb-2855-932d522afc98 | |
# ╠═741e4ae6-1dd2-11eb-2a23-89bf01e697b0 | |
# ╠═a6a8c3f6-1dd2-11eb-2671-5bad56aa2501 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment