15 lines
262 B
PHP
Executable File
15 lines
262 B
PHP
Executable File
<?php
|
|
echo '
|
|
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Vintage Coding</title>
|
|
<link href="css/styles.css" type="text/css" rel="stylesheet">
|
|
<script src="js/index.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
';
|
|
include_once('nav.php');
|