php-workflow/bin/index.php

15 lines
282 B
PHP
Raw Permalink 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'/>
2016-07-10 16:04:59 -04:00
<link rel='stylesheet' href='css/style.css'/>
2016-07-10 15:20:46 -04:00
</head>
<body>
2016-07-10 16:04:59 -04:00
<script src='js/script.js'></script>
2016-07-10 15:20:46 -04:00
</body>
</html>