PHP MVC

Show sourcecode

The following files exists in this folder. Click to view.

kmom01/

.gitattributes
.gitignore
404.html
CHANGELOG.md
LICENSE.md
README.md
apple-touch-icon-114x114-precomposed.png
apple-touch-icon-144x144-precomposed.png
apple-touch-icon-57x57-precomposed.png
apple-touch-icon-72x72-precomposed.png
apple-touch-icon-precomposed.png
apple-touch-icon.png
crossdomain.xml
css/
doc/
favicon.ico
footer.php
header.php
humans.txt
img/
index.php
js/
report.php
robots.txt
src/
viewsource.php

footer.php

1 lines
1
  <footer>
    <a href="http://validator.w3.org/check/referer">Validera HTML5</a>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">Validera CSS</a>
    <a href="http://validator.w3.org/unicorn/check?ucn_uri=referer&amp;ucn_task=conformance">Unicorn</a>
    <a href="source.php">Visa källkod</a>
  </footer>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
    <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
    <script src="js/plugins.js"></script>
    <script src="js/main.js"></script>
  </body>
</html>