-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoutput.html
More file actions
21 lines (20 loc) · 1.04 KB
/
output.html
File metadata and controls
21 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>input</title>
</head>
<body>
<h1>input</h1>
<a id='catalog-input-helloworld-php' href='#input-helloworld-php'>input/helloworld.php</a><br />
<a id='catalog-input-phpinfo-php' href='#input-phpinfo-php'>input/phpinfo.php</a><br />
<h3 id='input-helloworld-php'><a href='#catalog-input-helloworld-php'>input/helloworld.php</a></h3><p><code><span style="color: #000000"><br />
<span style="color: #0000BB"><?php<br /></span><span style="color: #007700">echo </span><span style="color: #DD0000">'Hello World!'</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">?><br /></span><br />
</span><br />
</code></p><br />
<h3 id='input-phpinfo-php'><a href='#catalog-input-phpinfo-php'>input/phpinfo.php</a></h3><p><code><span style="color: #000000"><br />
<span style="color: #0000BB"><?php<br />phpinfo</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">?><br /></span><br />
</span><br />
</code></p><br />
</body>
</html>