Compare commits

..

No commits in common. "ecbe7ea3e8bfeea26e9ba3b28ab1086a00c93980" and "e2c1d27621c1e3c4335c5d695494aa9a51622130" have entirely different histories.

3 changed files with 5 additions and 1 deletions

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"julia.useRevise": true,
"julia.persistentSession.enabled": true,
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

View file

@ -13,7 +13,7 @@
<meta property="og:url" content="https://laurent.fainsin.bzh" /> <meta property="og:url" content="https://laurent.fainsin.bzh" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<link rel="icon" type="image/png" href="favicon.ico"> <link rel="icon" type="image/png" href="favicon.png">
<link href="style.css" rel="stylesheet" type="text/css" media="screen"> <link href="style.css" rel="stylesheet" type="text/css" media="screen">
</head> </head>