jasonsnider/tinker-mvc

View on GitHub
App/plugin/Application/src/View/application/index.php

Summary

Maintainability
A
0 mins
Test Coverage

<div class="container">
  <h1><?php echo $this->vars['welcome']; ?></h1>
  <ul>
    <li><a href="https://github.com/jasonsnider/tinker-mvc" target="_blank">The GitHub Project</a></li>
  </ul>
</div> <!-- /container -->