Files
vintagecoding.net/includes/components/head.php
T

11 lines
188 B
PHP
Executable File

<!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>
<body>