Skip to content

Instantly share code, notes, and snippets.

View abay-2002's full-sized avatar
🎯
Focusing

Akbar Angkasa abay-2002

🎯
Focusing
View GitHub Profile
@abay-2002
abay-2002 / embed gist.md
Created April 11, 2022 06:07 — forked from Albert-W/embed gist.md
embed gist in iframe

Embed gist in iframe

it is used to embed gist to an asynchronously-loaded web pages.

<iframe 
    width="100%"
    height="350"    
    src="data:text/html;charset=utf-8,
 
@abay-2002
abay-2002 / index.html
Created April 11, 2022 05:27
Struktur HTML sederhana
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyWebsite</title>
</head>
<body>
<h1>Ini adalah Heading</h1>