Sign in

商艳涛 / other-demo · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • other-demo
  • index.html
  • 添加 高校邦首页banner
      d2526088
    Keystion authored
    2016-12-09 14:16:58 +0800  
    Browse Code »
index.html 415 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
    <style type="text/css">
        li{
            line-height: 1.2;
        }
    </style>
</head>
<body>
    <h3>demo list</h3>
    <ol>
        <li><a href="./svg/index.html">svg demo</a></li>
        <li><a href="./wave.html">wave</a></li>
        <li><a href="./sound-score/">sound-score</a></li>
    </ol>
</body>
</html>