Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lab [2019/03/14 12:29]
fplmarques [Current Projects]
lab [2019/03/14 12:45]
fplmarques [Current Projects]
Line 34: Line 34:
 ====== Current Projects ====== ====== Current Projects ======
 \\ \\
-<​html>​ 
-    <​head>​ 
-        <​title>​Example</​title>​ 
-    </​head>​ 
-    <​body>​ 
  
-        <?php 
-            echo "Hi, I'm a PHP script!";​ 
-        ?> 
- 
-    </​body>​ 
-</​html>​ 
-\\