style.css.asp
上传用户:saigedz
上传日期:2019-10-14
资源大小:997k
文件大小:0k
源码类别:

中间件编程

开发平台:

HTML/CSS

  1. <%@ CODEPAGE=65001 %>
  2. <% Option Explicit %>
  3. <% Response.Charset="UTF-8" %>
  4. <% Response.Expires=0 %>
  5. <% Response.ContentType = "text/css" %>
  6. <!-- #include file="../../../c_option.asp" -->
  7. <%
  8. Response.Write("@import url("""& ZC_BLOG_HOST & "themes" & "/" & ZC_BLOG_THEME & "/style/" & ZC_BLOG_CSS & ".css" & """);") 
  9. %>