redirect.html

来自「是一个很好的编辑器」· HTML 代码 · 共 21 行

HTML
21
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <script type="text/javascript" language="JavaScript1.1">
      <!--
        location.replace("http://YOUR_NEW_SITE_ADDRESS");
      //-->
    </script>
    <noscript>
    <meta http-equiv="refresh" content="0;URL=http://YOUR_NEW_SITE_ADDRESS">
    </noscript>
    <meta http-equiv="content-type" content="text/html; charset=windows-1250">
    <meta name="generator" content="PSPad editor, www.pspad.com">
    <title>Untitled</title>
  </head>
  <body>

  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?