Skip to content

Instantly share code, notes, and snippets.

@webcane
webcane / rest-api-response-format.md
Created May 2, 2023 06:11 — forked from igorjs/rest-api-response-format.md
REST API response format based on some of the best practices
<!doctype html>
<html>
<head>
<!-- Run in full-screen mode. -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Make the status bar black with white text. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script>
@webcane
webcane / index.html
Last active December 10, 2015 09:18 — forked from anonymous/index.html
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<style type="text/css">
/* reset */
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,