Compare commits
7 Commits
041d846a6b
...
develop-ga
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a92010083 | |||
| f86b68e4ed | |||
| 2f2eb352bc | |||
| 839a02fd6a | |||
| 5f3cb7e176 | |||
| 05829c6a46 | |||
| 0e17a24c13 |
8
exemplos/MarcosAssuncao/teste.php
Normal file
8
exemplos/MarcosAssuncao/teste.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<H1>Título HTML</H1>
|
||||
<?php
|
||||
if (1 > 2) {
|
||||
echo "1 é maior do que 2";
|
||||
} else {
|
||||
echo "1 não é maior do que 2";
|
||||
}
|
||||
?>
|
||||
15
index.php
15
index.php
@@ -1,14 +1 @@
|
||||
<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>
|
||||
<?php echo "Teste de deploy nas branches develop e main";
|
||||
Reference in New Issue
Block a user