Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tombohub committed Mar 6, 2024
1 parent ab2e66f commit f4f3a22
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<!doctype html>
<html lang="en">

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37030179-20"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-37030179-20');
</script>

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Generate color palette for Tailwind, Bootstrap" />
<title>Palettolithic</title>
<!doctype html>
<html lang="en">

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37030179-20"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-37030179-20');
</script>

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Generate color palette for Tailwind, Bootstrap" />
<title>Palettolithic</title>
<script type="module" crossorigin src="/assets/index-CbazPHXs.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-blNyZmEZ.css">
</head>

<body>
<div id="root"></div>
</body>

</head>

<body>
<div id="root"></div>
</body>

</html>
Expand Down

0 comments on commit f4f3a22

Please sign in to comment.