php-workflow/bin/index.php

15 lines
275 B
PHP
Raw Normal View History

2016-07-10 15:20:46 -04:00
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Sample Page</title>
<meta charset='utf-8'/>
<meta name='viewport' content='initial-scale=1, width=device-width'/>
<link rel='stylesheet' href='style.css'/>
</head>
<body>
<script src='script.js'></script>
</body>
</html>