test commit
This commit is contained in:
parent
3b60a4a8e1
commit
9e6369d136
3
css/main.css
Normal file
3
css/main.css
Normal file
@ -0,0 +1,3 @@
|
||||
nav {
|
||||
background-color: #87CBB9;
|
||||
}
|
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>
|
Loading…
Reference in New Issue
Block a user