Skip to content
  • This project
    • Loading...
  • Sign in

文鑫 / docking-api

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • docking-api
  • src
  • main
  • resources
  • static
  • index.html
  • 文鑫's avatar
    调整请求方式 · 83a04ac2
    83a04ac2 Browse Files
    文鑫 authored 2024-05-10 14:22:17 +0800
index.html 214 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<html lang="zh" xmlns="">
<body>
<h1>hello word!!!</h1>
<p>this is a html page</p>
<div    >
    test
    <div>
        test
        <table>
            <li>1</li>
        </table>
    </div>
</div>
</body>
</html>