Compare commits
12 Commits
304cfc8663
...
develop-Lu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15b6cfdb11 | ||
| 7b91169b33 | |||
| 52d7108545 | |||
| e33f1a6df9 | |||
|
|
0f624cd0c9 | ||
| 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";
|
||||||
|
}
|
||||||
|
?>
|
||||||
32
index.php
32
index.php
@@ -1,14 +1,18 @@
|
|||||||
<html>
|
<<<<<<< HEAD
|
||||||
<head></head>
|
<?php echo "lucasmatheus";?>
|
||||||
<!-- Google tag (gtag.js) -->
|
=======
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4DCQS3MFSC"></script>
|
<?php echo "Marcos Assunção";?>
|
||||||
<script>
|
<br> 1
|
||||||
window.dataLayer = window.dataLayer || [];
|
<br> 2
|
||||||
function gtag(){dataLayer.push(arguments);}
|
<br> 3
|
||||||
gtag('js', new Date());
|
<br> 4
|
||||||
|
<br> 5
|
||||||
gtag('config', 'G-4DCQS3MFSC');
|
<br> 6
|
||||||
</script>
|
<br> 7
|
||||||
<body>
|
<br> 8
|
||||||
<?php echo "Testar evento de push com commit";?>
|
<br> 9
|
||||||
</body>
|
<br> 10
|
||||||
|
<br> 11
|
||||||
|
<br> 12
|
||||||
|
<br> 13
|
||||||
|
>>>>>>> develop
|
||||||
|
|||||||
Reference in New Issue
Block a user