File: demos/startbootstrap-sb-admin-2/index.php

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/startbootstrap-sb-admin-2/index.php   Download  
File: demos/startbootstrap-sb-admin-2/index.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/startbootstrap-sb-admin-2/index.php
Date: 2 years ago
Size: 288 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <meta http-equiv="refresh" content="0;url=pages/index.html"> <title>SB Admin 2</title> <script language="javascript"> window.location.href = "pages/index.php" </script> </head> <body> Go to <a href="pages/index.html">/pages/index.php</a> </body> </html>