1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-11-21 18:54:20 +01:00

Fix image source url in notebook

This commit is contained in:
Vadim Nifadev 2024-10-16 09:36:51 +03:00
parent 6702c78868
commit 578c82094c

View File

@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"<img src=\"https://raw.githubusercontent.com/nifadyev/wtfpython/refs/heads/feature/%2374/add-dark-theme-and-alt-support-for-images/images/logo.svg\" alt=\"wtfpython logo.\" style=\"display=block; margin:auto\">\n", "<img src=\"https://raw.githubusercontent.com/satwikkansal/wtfpython/refs/heads/master/images/logo.svg\" alt=\"wtfpython logo.\" style=\"display=block; margin:auto\">\n",
"<h1 align=\"center\">What the f*ck Python! \ud83d\ude31</h1>\n", "<h1 align=\"center\">What the f*ck Python! \ud83d\ude31</h1>\n",
"<p align=\"center\">Exploring and understanding Python through surprising snippets.</p>\n", "<p align=\"center\">Exploring and understanding Python through surprising snippets.</p>\n",
"\n", "\n",