mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-05 21:57:32 +02:00
25 lines
969 B
HTML
25 lines
969 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="author" content="Nguyen Huu Phuoc" />
|
|
<meta property="og:site_name" content="CSS Layout" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:creator" content="@nghuuphuoc" />
|
|
<meta property="twitter:site" content="@nghuuphuoc" />
|
|
<link href="/assets/favicon.png" rel="icon">
|
|
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&family=Lato&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139616701-3"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-139616701-3');
|
|
</script>
|
|
</body>
|
|
</html> |