diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-15 23:21:02 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-15 23:21:02 +0100 |
| commit | fe303999bb3d1067783ea96cef71ea2a4a69a2df (patch) | |
| tree | c76af2b4ed724984953ac4b91f9452ba63d13370 /site/public/about/index.html | |
| parent | a53a598461a25e8bf1d0bd3e63c47642e3213aef (diff) | |
embedding applets
Diffstat (limited to 'site/public/about/index.html')
| -rw-r--r-- | site/public/about/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/public/about/index.html b/site/public/about/index.html index 65bc7ac4..1b1f4d54 100644 --- a/site/public/about/index.html +++ b/site/public/about/index.html @@ -9,6 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <link rel='stylesheet' href='/assets/css/fonts.css' /> <link rel='stylesheet' href='/assets/css/css.css' /> + <link rel='stylesheet' href='/assets/css/applets.css' /> </head> <body> <header> @@ -53,5 +54,5 @@ </footer> </body> -<script src="/assets/js/app/site.js"></script> +<script src="/assets/js/dist/index.js"></script> </html>
\ No newline at end of file |
