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 /games.html | |
| parent | 7c081e23acd3bd6a73fe5765708aaba26bb9c482 (diff) | |
| download | raylib.com-6bf76c25c8e83b702a1e6b3aa212a12256269eaf.tar.gz raylib.com-6bf76c25c8e83b702a1e6b3aa212a12256269eaf.zip | |
Simplify folders structure
Diffstat (limited to 'games.html')
| -rw-r--r-- | games.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,15 +13,15 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - games collection"/> - <meta property="og:image" content="https://www.raylib.com/img/raylib_logo_card.png"/> + <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/> <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="check the this collection of raylib games... 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/games.css"> + <link rel="stylesheet" type="text/css" href="common/games.css"> <!-- NOTE: JavaScript code added at the end of body! --> @@ -98,7 +98,7 @@ <script src="https://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script> <!-- Add own script code --> - <script src="common/js/games.js"></script> + <script src="common/games.js"></script> <!-- Google Analytics tracking code --> <script> |
