14 lines
345 B
PHP
14 lines
345 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>PHPStarter</title>
|
|
<link rel="stylesheet" type="text/css" href="./css/PHPStarter.css">
|
|
<link rel="icon" type="image/x-icon" href="./icons/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<h1>PHPStarter</h1>
|
|
<script type="text/javascript" src="./js/PHPStarter.js"></script>
|
|
</body>
|
|
</html>
|