You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
358 B

2 weeks ago
<?xml version="1.0" encoding="utf-8" ?>
<!--
HTML页面头
编制 袁永福 2007-12-29
-->
<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template name="head">
<p>
<span>C#发现之旅 ASP.NET演示程序<a href="default.htm">点击返回主页面</a></span>
</p>
</xsl:template>
</xsl:stylesheet>