forked from Damaj301damaj/damaj.tech.old.2
First commit: Upload files
This commit is contained in:
commit
1477bbb2e5
7 changed files with 93 additions and 0 deletions
13
index.php
Normal file
13
index.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Damaj301damaj's site</title>
|
||||
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
|
||||
<?php include 'templates/meta.php' ;?>
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'templates/header.php' ;?>
|
||||
<p>Hello World!</p>
|
||||
<?php include 'templates/footer.php' ;?>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue