CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 00:39:22 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"97accb2d445f4655be2111c2d0599ab6"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=w42WLOmkvrpqtpkrvrHHwxFLLdBw4gbxMV%2B5XEUNe6LHITWG3XMpQGHKgwacLWn%2FfBGmVeq%2FtofhKke7I8i38woNd2QYFsLUNcQP%2BUBb9ehxhGw9W%2B%2FkGVnJcgWaj8A2Vk1zz7Hg48zmEJLGu0MFRGMkLY3JGYjXiMT5WqSbRaaL5dKn8RXf2M2vyyquPKOcapL%2B0kOuuXDMo0KSZndubv4FET42bPv3vuiw9AgcEEWZj5u22rBjSBFuPISeAp1GICFoUv%2B58yhjpZ2s32rWQA%3D%3D--sPOuc3yRxosv%2BWO7--FF5RwqsQFL%2BgnV%2F3uuA2yA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.120753158.1753231161; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 00:39:21 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 00:39:21 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A620:394F4C:1FCAD9:2C8D75:68802F39
HTML, Pug, Jade · rafamadriz/friendly-snippets Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 526
HTML, Pug, Jade
rafamadriz edited this page Mar 27, 2021
·
1 revision
Prefix | Snippets |
---|---|
doctype | <!DOCTYPE>$1 |
a | <a href="$1">$2</a>$3 |
abbr | <abbr title="$1">$2</abbr>$3 |
address | <address>$1</address> |
area | <area shape="$1" coords="$2" href="$3" alt="$4">$5 |
article | <article>$1</article> |
aside | <aside>$1</aside>$2 |
audio | <audio controls>$1</audio> |
b | <b>$1</b>$2 |
base | <base href="$1" target="$2">$3 |
bdi | <bdi>$1</bdi>$2 |
bdo | <bdo dir="$1">$2</bdo> |
big | <big>$1</big>$2 |
blockquote | <blockquote cite="$2">$1</blockquote> |
body | <body>$1</body> |
br | <br> |
button | <button type="$1">$2</button>$3 |
canvas | <canvas id="$1">$2</canvas>$3 |
caption | <caption>$1</caption>$2 |
cite | <cite>$1</cite>$2 |
code | <code>$1</code>$2 |
col | <col>$2 |
colgroup | <colgroup>$1</colgroup> |
command | <command>$1</command>$2 |
datalist | <datalist>$1</datalist> |
dd | <dd>$1</dd>$2 |
del | <del>$1</del>$2 |
details | <details>$1</details> |
dialog | <dialog>$1</dialog>$2 |
dfn | <dfn>$1</dfn>$2 |
div | <div>$1</div> |
dl | <dl>$1</dl> |
dt | <dt>$1</dt>$2 |
em | <em>$1</em>$2 |
embed | <embed src="$1">$2 |
fieldset | <fieldset>$1</fieldset> |
figcaption | <figcaption>$1</figcaption>$2 |
figure | <figure>$1</figure> |
footer | <footer>$1</footer> |
form | <form>$1</form> |
h1 | <h1>$1</h1>$2 |
h2 | <h2>$1</h2>$2 |
h3 | <h3>$1</h3>$2 |
h4 | <h4>$1</h4>$2 |
h5 | <h5>$1</h5>$2 |
h6 | <h6>$1</h6>$2 |
head | <head>$1</head> |
header | <header>$1</header> |
hgroup | <hgroup>$1</hgroup> |
hr | <hr> |
html | <html>$1</html> |
html5 | <!DOCTYPE html><html lang="$1en"><head><title>$2</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link href="$3css/style.css" rel="stylesheet"></head><body>$4</body></html> |
i | <i>$1</i>$2 |
iframe | <iframe src="$1">$2</iframe>$3 |
img | <img src="$1" alt="$2">$3 |
input | <input type="$1" name="$2" value="$3">$4 |
ins | <ins>$1</ins>$2 |
keygen | <keygen name="$1">$2 |
kbd | <kbd>$1</kbd>$2 |
label | <label for="$1">$2</label>$3 |
legend | <legend>$1</legend>$2 |
li | <li>$1</li>$2 |
link | <link rel="$1" type="$2" href="$3">$4 |
main | <main>$1</main> |
map | <map name="$1">$2</map> |
mark | <mark>$1</mark>$2 |
menu | <menu>$1</menu> |
menuitem | <menuitem>$1</menuitem>$2 |
meta | <meta name="$1" content="$2">$3 |
meter | <meter value="$1">$2</meter>$3 |
nav | <nav>$1</nav> |
noscript | <noscript>$1</noscript> |
object | <object width="$1" height="$2" data="$3">$4</object>$5 |
ol | <ol>$1</ol> |
optgroup | <optgroup>$1</optgroup> |
option | <option value="$1">$2</option>$3 |
output | <output name="$1" for="$2">$3</output>$4 |
p | <p>$1</p>$2 |
param | <param name="$1" value="$2">$3 |
pre | <pre>$1</pre> |
progress | <progress value="$1" max="$2">$3</progress>$4 |
q | <q>$1</q>$2 |
rp | <rp>$1</rp>$2 |
rt | <rt>$1</rt>$2 |
ruby | <ruby>$1</ruby> |
s | <s>$1</s>$2 |
samp | <samp>$1</samp>$2 |
script | <script>$1</script> |
section | <section>$1</section> |
select | <select>$1</select> |
small | <small>$1</small>$2 |
source | <source src="$1" type="$2">$3 |
span | <span>$1</span>$2 |
strong | <strong>$1</strong>$2 |
style | <style>$1</style> |
sub | <sub>$1</sub>$2 |
sup | <sup>$1</sup>$2 |
summary | <summary>$1</summary>$2 |
table | <table>$1</table> |
tbody | <tbody>$1</tbody> |
td | <td>$1</td>$2 |
textarea | <textarea rows="$1" cols="$2">$3</textarea>$4 |
tfoot | <tfoot>$1</tfoot> |
thead | <thead>$1</thead> |
th | <th>$1</th>$2 |
time | <time datetime="$1">$2</time>$3 |
title | <title>$1</title>$2 |
tr | <tr>$1</tr>$2 |
track | <track src="$1" kind="$2" srclang="$3" label="$4">$5 |
u | <u>$1</u>$2 |
ul | <ul>$1</ul> |
var | <var>$1</var>$2 |
video | <video width="$1" height="$2" controls>$3</video> |
Clone this wiki locally
You can’t perform that action at this time.