File: phpwebcounter_test.php

package info (click to toggle)
phpwebcounter 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 37
  • sloc: php: 57; makefile: 25
file content (17 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>Counter Test</title>
</head>
<body>
<div style="text-align: center;"><big
 style="font-weight: bold; color: rgb(255, 0, 0);"><big><big><big>Counter
Test</big></big></big></big><br>
<br>
<big><big>Hits:</big></big><br>
<?php require("/phpwebcounter/phpwebcounter.php"); ?><br>
</div>
</body>
</html>