LrcText.aspx
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="LrcText.aspx.vb" Inherits="YDMusic.LrcText"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. <title><%# MusicName%> 歌词 <%# Config.WebTitle%></title>
  7. <meta name="Keywords" content="<%# MusicName%> 歌词 <%# Config.Keywords%>">
  8. <meta name="Description" content="<%# MusicName%> 歌词 <%# Config.Description%>">
  9. </head>
  10. <body>
  11. <%# SongWords%>
  12. </body>
  13. </html>