source: trunk/js/test/index.php @ 1191

Revision 1191, 170 bytes checked in by zach, 3 years ago (diff)

Uploading testing tool

Line 
1<html>
2<head>
3<link rel="stylesheet" href="files/style.css" type="text/css">
4</head>
5<body>
6<?php
7$temp = file_get_contents('settings.js');
8echo $temp;
9?>
10</body>
11</html>
Note: See TracBrowser for help on using the repository browser.