mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
10 lines
227 B
HTML
10 lines
227 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="{{ page.html_class }}">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{ page.title }} cheatsheet</title>
|
|
<link href="assets/style.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class='all'>
|