mirror of
https://github.com/Brandon-Rozek/php-workflow.git
synced 2024-11-09 11:10:34 -05:00
14 lines
282 B
PHP
14 lines
282 B
PHP
<!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='css/style.css'/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src='js/script.js'></script>
|
|
</body>
|
|
</html>
|