develop #32
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>
|
<?php echo "Teste de Desploy develop e main";
|
||||||
<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