Update index.html

This commit is contained in:
爱喝水的木子
2026-03-02 14:34:41 +08:00
committed by GitHub
parent a120f3e464
commit 8b17a50a66

View File

@@ -11,4 +11,13 @@
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
<!-- 找到页面底部的 footer 标签,新增备案行 -->
<footer>
<!-- 原有内容 -->
<div class="copyright">© 2025 DevOps 导航</div>
<!-- 新增ICP备案信息 -->
<div class="icp">
<a href="https://beian.miit.gov.cn/" target="_blank">豫ICP备2021025932号-2</a>
</div>
</footer>
</html> </html>