Skip to content

Commit

Permalink
REDIRECT: to resetcss
Browse files Browse the repository at this point in the history
  • Loading branch information
estefanionsantos committed Apr 4, 2024
1 parent 10a5ac1 commit 1ed19d6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions go/resetcss/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE HTML>
<html lang="pt-br">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eric Meyer: Reset CSS</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9LPSBHG2ZT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9LPSBHG2ZT');
</script>
</head>
<body>
redirecting please wait ...
<script>
window.location.assign("https://github.com/estefanionsantos/eric-meyer-resetcss");
</script>
</body>
</html>

0 comments on commit 1ed19d6

Please sign in to comment.