mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
REVIEWED: Code/Web-Makefile formatting
This commit is contained in:
@ -15,8 +15,8 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="raylib web game">
|
||||
<meta property="og:image:type" content="image/png">
|
||||
<meta property="og:image:alt" content="New raylib web videogame, developed using raylib videogames library" />
|
||||
<meta property="og:image" content="https://www.raylib.com/common/raylib_logo.png">
|
||||
<meta property="og:image:alt" content="New raylib web videogame, developed using raylib videogames library" />
|
||||
<meta property="og:site_name" content="raylib - example">
|
||||
<meta property="og:url" content="https://www.raylib.com/games.html">
|
||||
<meta property="og:description" content="New raylib web videogame, developed using raylib videogames library">
|
||||
@ -34,11 +34,7 @@
|
||||
<link rel="shortcut icon" href="https://www.raylib.com/favicon.ico">
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: arial;
|
||||
margin: 0;
|
||||
padding: none;
|
||||
}
|
||||
body { font-family: arial; margin: 0; padding: none; }
|
||||
|
||||
#header {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user