Skip to content

Commit

Permalink
Swap GA with microsoft clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jkulhanek committed Jun 22, 2023
1 parent 0af2eb2 commit d0f6c42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<title>Tetra-NeRF: demo</title>
<meta name="description" content="This webpage is a demo of Tetra-NeRF - NeRF represented as triangulation of input point cloud.">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133355320-1"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-133355320-1');</script>
<!-- Microsoft Clarity analytics -->
<script type="text/javascript">(function(c,l,a,r,i,t,y){c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);})(window, document, "clarity", "script", "hnv3xao2e7");</script>
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
<script type="importmap">
{
Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<meta name="description" content="This webpage presents Tetra-NeRF - NeRF represented as triangulation of input point cloud. It provides an interactive demo and links to the source code, the paper, and additional materials.">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,700,1,0" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133355320-1"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-133355320-1');</script>
<!-- Microsoft Clarity analytics -->
<script type="text/javascript">(function(c,l,a,r,i,t,y){c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);})(window, document, "clarity", "script", "hnv3xao2e7");</script>
</head>
<body>
<header>
Expand Down

0 comments on commit d0f6c42

Please sign in to comment.