Files
web/includes/components/head.php
T
2025-03-06 23:08:52 -07:00

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');