changeset 887:c1c995d2ea6f

Unknown W. Brackets <unknown@simplemachines.org> 2006-03-04 news:dud03q$fln$1@digitaldaemon.com
author thomask
date Sun, 05 Mar 2006 07:18:39 +0000
parents 976d6a6a7907
children a995eae8e75c
files run/x/xhtml_tag_02.xhtml
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/x/xhtml_tag_02.xhtml	Sun Mar 05 07:18:39 2006 +0000
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<title>XHTML Example</title>
+	</head>
+	<body>
+
+		<pre><code><![CDATA[
+// @author@	Unknown W. Brackets <unknown@simplemachines.org>
+// @date@	2006-03-04
+// @uri@	news:dud03q$fln$1@digitaldaemon.com
+
+int main(){
+	return 0;
+}
+]]></code></pre>
+
+	<code />
+	static assert(0);
+
+	</body>
+</html>