sync
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
<?php
|
||||
echo '
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Dummy Title</title>
|
||||
<link href="css/styles.css" type="text/css" rel="stylesheet">
|
||||
<script src="js/index.js"></script>
|
||||
</head>
|
||||
<head>
|
||||
<title>Vintage Coding</title>
|
||||
<link href="css/styles.css" type="text/css" rel="stylesheet">
|
||||
<script src="js/index.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
';
|
||||
include_once('nav.php');
|
||||
|
||||
Reference in New Issue
Block a user