test commit
This commit is contained in:
20
index.php
Normal file
20
index.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<!Doctype html>
|
||||
<!--
|
||||
Color pallet: https://colorhunt.co/palette/b9eddd87cbb9569daa577d86
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<link rel="sytlesheet" href="css/main.css">
|
||||
<title>This is a test</title>
|
||||
</head>
|
||||
</body>
|
||||
<nav>
|
||||
This is a test
|
||||
</nav>
|
||||
<?php
|
||||
$a = 42;
|
||||
|
||||
echo "The number is $a"
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user