Skip to content

Instantly share code, notes, and snippets.

View adicahyaludin's full-sized avatar
🏕️
Working from anywhere

Adi Cahyaludin adicahyaludin

🏕️
Working from anywhere
View GitHub Profile
@thomd
thomd / semantic-layout.html
Last active November 11, 2024 20:30
Standard HTML5 Semantic Layout
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Title</title>
<link href="stylesheets/main.css" rel="stylesheet" />
</head>
<body>
<header>
<hgroup>
anonymous
anonymous / dropdown-menu-simple-pure-css.markdown
Created March 1, 2015 09:33
dropdown menu simple pure css
@igorjs
igorjs / rest-api-response-format.md
Last active November 11, 2024 05:14
REST API response format based on some of the best practices