diff options
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples.html b/examples.html index 90e6085..ecace1f 100644 --- a/examples.html +++ b/examples.html @@ -18,10 +18,10 @@ <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="check the full set of raylib examples... they are amazing!"/> - <link rel="stylesheet" type="text/css" href="common/css/main.css"> + <link rel="stylesheet" type="text/css" href="common/main.css"> <link rel="icon" href="favicon.ico" /> - <link rel="stylesheet" type="text/css" href="common/css/examples.css"> + <link rel="stylesheet" type="text/css" href="common/examples.css"> <!-- NOTE: JavaScript code added at the end of body! --> @@ -120,7 +120,7 @@ <script src="https://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script> <!-- Add own script code --> - <script src="common/js/examples.js"></script> + <script src="common/examples.js"></script> <!-- Google Analytics tracking code --> <script> |
