save rewrite
This commit is contained in:
parent
017fb02f09
commit
c050b8da4c
7 changed files with 86 additions and 0 deletions
15
new/index.php
Normal file
15
new/index.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Damaj301damaj's site</title>
|
||||
<?php include 'res/meta.php' ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'res/header.php'?>
|
||||
<a href="/"><img class="pfp" src="img/d301d.png"></a>
|
||||
<div class="welcome">
|
||||
<p>Welcome!</p>
|
||||
</div>
|
||||
<p>insert content</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in a new issue