Merge pull request 'develop' (#32) from develop into main
Reviewed-on: #32
This commit was merged in pull request #32.
This commit is contained in:
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 Desploy develop e main";
|
||||
Reference in New Issue
Block a user