<!DOCTYPE html>

<html lang="zh-CN">

<head>

  <meta charset="utf-8" />

  <title>黑山 Heishan</title>

  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <meta name="description" content="黑山(Heishan),写作者 / 剧作者。关注当代社会结构与语言经验。" />


  <style>

    body {

      margin: 0;

      padding: 80px 20px;

      font-family: -apple-system, BlinkMacSystemFont,

                   "Segoe UI", Helvetica, Arial,

                   "PingFang SC", "Hiragino Sans GB",

                   "Microsoft YaHei", sans-serif;

      background: #ffffff;

      color: #111;

    }


    .container {

      max-width: 640px;

      margin: 0 auto;

    }


    h1 {

      font-size: 42px;

      font-weight: 600;

      margin: 0 0 16px 0;

      letter-spacing: 0.02em;

    }


    .subtitle {

      font-size: 18px;

      color: #444;

      margin-bottom: 48px;

    }


    hr {

      border: none;

      border-top: 1px solid #e5e5e5;

      margin: 48px 0;

    }


    h2 {

      font-size: 20px;

      font-weight: 500;

      margin-bottom: 12px;

    }


    p {

      font-size: 16px;

      line-height: 1.7;

      margin: 0;

    }


    a {

      color: #111;

      text-decoration: none;

      border-bottom: 1px solid #ccc;

    }


    a:hover {

      border-bottom-color: #111;

    }

  </style>

</head>


<body>

  <div class="container">


    <h1>黑山 Heishan</h1>

    <div class="subtitle">写作者 / 剧作者</div>


    <hr />


    <h2>正在进行的写作项目</h2>

    <p>《荒剧总控室》</p>


    <hr />


    <h2>联系</h2>

    <p>

      <a href="https://heishan.ink">heishan.ink</a>

    </p>


  </div>

</body>

</html>