@codolog/empathy
Version:
A lightweight admin panel components with Tailwindcss, PurgeCSS, Vuejs, Fontawesome 5.
36 lines (30 loc) • 1.26 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2d3748">
<meta name="apple-mobile-web-app-title" content="Empathy">
<meta name="application-name" content="Empathy">
<meta name="msapplication-TileColor" content="#b91d47">
<meta name="theme-color" content="#ffffff">
<title>Empathy Demo</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-67918939-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-67918939-11');
</script>
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="javascript/app.js"></script>
</body>
</html>