|
7 | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
8 | 8 | <title>Sample APIs</title>
|
9 | 9 | <link rel="stylesheet" href="assets/styles/home-styles.css">
|
| 10 | + |
| 11 | + <!--FACEBOOK--> |
| 12 | + <meta property="og:title" content="Sample APIs"> |
| 13 | + <meta property="og:site_name" content="Sample APIs"> |
| 14 | + <meta property="og:url" content="https://sampleapis.com"> |
| 15 | + <meta property="og:description" content="A playground for RESTful endpoints."> |
| 16 | + <meta property="og:image" content="https://sampleapis.com/assets/images/poster.jpg"> |
| 17 | + <meta property="og:type" content="website"> |
| 18 | + <!--TWITTER--> |
| 19 | + <meta property="twitter:card" content="A playground for RESTful endpoints."> |
| 20 | + <meta property="twitter:title" content="Sample APIs"> |
| 21 | + <meta property="twitter:description" content="A playground for RESTful endpoints."> |
| 22 | + <meta property="twitter:creator" content="Jermbo"> |
| 23 | + <meta property="twitter:url" content="https://sampleapis.com"> |
| 24 | + <meta property="twitter:image" content="https://sampleapis.com/assets/images/poster.jpg"> |
| 25 | + <meta property="twitter:image:alt" content="Sample APIs"> |
10 | 26 | </head>
|
11 | 27 |
|
12 | 28 | <body>
|
|
15 | 31 | <div class="site__inner">
|
16 | 32 | <h1 class="site__title">Sample APIs</h1>
|
17 | 33 | <p>Welcome to SampleAPIs. A playground for messing with RESTful endpoints. Checkout the project on
|
18 |
| - <a href="https://github.com/jermbo/SampleAPIs">GitHub</a> and consider contributing to the project with a new endpoint!</p> |
19 |
| - <p>You can use any HTTP verbs (GET, POST, PUT, PATCH and DELETE) and access your resources from anywhere using |
20 |
| - CORS and JSONP.</p> |
| 34 | + <a href="https://github.com/jermbo/SampleAPIs">GitHub</a> and consider contributing to the project with |
| 35 | + a new endpoint!</p> |
| 36 | + <p>You can use any HTTP verbs (GET, POST, PUT, PATCH and DELETE) and access your resources from anywhere |
| 37 | + using CORS and JSONP.</p> |
21 | 38 |
|
22 | 39 | <p class="disclaimer">The data on this site is for educational purposes only and is not owned by SampleAPIs.com</p>
|
23 | 40 | <p class="disclaimer">The data on this site will be reset on a regular basis.</p>
|
|
0 commit comments