Skip to content
Snippets Groups Projects
Select Git revision
  • a342595c8a1e54cf59a0beea3b1f5760f24058c4
  • main default protected
  • HaoyuSun
  • C23096663
  • C24007548
  • rogerxu
6 results

taobao.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    taobao.html 385 B
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>小米</title>
        <link rel="stylesheet" href="taobao.css">
        <link rel="stylesheet" href="main.css">
    </head>
    
    <body>
    <!--顶部栏-->
    <div class="header">
        <a href="https://www.dota2.com/home">
            <img src="689d1554-9651-4cfe-9f2b-49c815ed30e1.webp" alt="dota2">
        </a>
    </div>
    
    </body>
    </html>