PHP Classes

File: example.html

Recommend this page to a friend!
  Classes of Rodrigo Brandão   Extremely Simple Cache   example.html   Download  
File: example.html
Role: Auxiliary data
Content type: text/plain
Description: Sample
Class: Extremely Simple Cache
Cache page output in files
Author: By
Last change:
Date: 11 years ago
Size: 798 bytes
 

Contents

Class file image Download
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>CACHE</title> <style> body { color:#333; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; } </style> </head> <body> <div style="color:#000">CACHE</div> <div style="color:#111">CACHE</div> <div style="color:#222">CACHE</div> <div style="color:#333">CACHE</div> <div style="color:#444">CACHE</div> <div style="color:#555">CACHE</div> <div style="color:#666">CACHE</div> <div style="color:#777">CACHE</div> <div style="color:#888">CACHE</div> <div style="color:#999">CACHE</div> <div style="color:#aaa">CACHE</div> <div style="color:#bbb">CACHE</div> <div style="color:#ccc">CACHE</div> <div style="color:#ddd">CACHE</div> <div style="color:#eee">CACHE</div> <div style="color:#fff">CACHE</div> </body> </html>