PHP Classes

File: tests/assert_templates/base.html

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   tests/assert_templates/base.html   Download  
File: tests/assert_templates/base.html
Role: Auxiliary data
Content type: text/plain
Description: Testing file
Class: Haanga
Template engine to process Django style templates
Author: By
Last change: Update of tests/assert_templates/base.html
Date: 4 years ago
Size: 307 bytes
 

Contents

Class file image Download
<html> <head> <title>Default Title</title> </head> <body> <h1>Menu</h1> <ul> <li><a href="http://php.net/">&lt;PHP&gt;</a></li> <li><a href="http://www.google.com/">&lt;Google&gt;</a></li> </ul> Partial part </body> </html>