Compare commits
6 Commits
114ed1240b
...
041d846a6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 041d846a6b | |||
| 304cfc8663 | |||
| 31865ce5d9 | |||
| 05d8dc2235 | |||
| 40a958f6db | |||
| d2b15ee500 |
15
index.php
15
index.php
@@ -1 +1,14 @@
|
|||||||
<?php echo "Testar evento de push com commit";
|
<html>
|
||||||
|
<head></head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4DCQS3MFSC"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-4DCQS3MFSC');
|
||||||
|
</script>
|
||||||
|
<body>
|
||||||
|
<?php echo "Testar evento de push com commit";?>
|
||||||
|
</body>
|
||||||
Reference in New Issue
Block a user