diff options
| author | Ray <[email protected]> | 2019-05-20 19:30:36 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-20 19:30:36 +0200 |
| commit | 6bf76c25c8e83b702a1e6b3aa212a12256269eaf (patch) | |
| tree | 5b37dc7986fd642eaa3be9b7c41083c059be5967 /examples.html | |
| parent | 7c081e23acd3bd6a73fe5765708aaba26bb9c482 (diff) | |
| download | raylib.com-6bf76c25c8e83b702a1e6b3aa212a12256269eaf.tar.gz raylib.com-6bf76c25c8e83b702a1e6b3aa212a12256269eaf.zip | |
Simplify folders structure
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> |
