From 054e8e04d08bef2dc343376827aca7913e17f4f4 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期二, 09 四月 2024 14:49:16 +0800
Subject: [PATCH] 代码更新

---
 public/DeveloperGuide/Doc/HomeDoc.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/public/DeveloperGuide/Doc/HomeDoc.html b/public/DeveloperGuide/Doc/HomeDoc.html
index 871d41e..6db31e8 100644
--- a/public/DeveloperGuide/Doc/HomeDoc.html
+++ b/public/DeveloperGuide/Doc/HomeDoc.html
@@ -7,6 +7,7 @@
   <title>Bootstrap Documentation</title>
   <link rel="stylesheet" href="./css/index.css" />
   <script src="./js/jquery.min.js"></script>
+  
   <style>
     .HtmlBox {
       padding: 30px;
@@ -116,7 +117,7 @@
       Get started with Bootstrap, the world鈥檚 most popular framework for building responsive, mobile-first sites, with
       jsDelivr and a template starter page.
     </p>
-    <h2>Quick start</h2>
+    <h1>Quick start</h1>
     <p>Looking to quickly add Bootstrap to your project? Use jsDelivr, provided for free by the folks at jsDelivr. Using
       a package manager or need to download the source files? <a href="/getting-started/download/">Head to the downloads
         page.</a></p>
@@ -131,7 +132,7 @@
             }
       </code></pre>
     </div>
-    <h3>JS</h3>
+    <h1>JS</h1>
     <p>Many of our components require the use of JavaScript to function. Specifically, they require <a
         href="https://jquery.com">jQuery</a>, <a href="https://popper.js.org/">Popper.js</a>, and our own JavaScript
       plugins. Place the following <code class="highlighter-rouge">&lt;script&gt;</code>s near the end of your pages,
@@ -150,7 +151,7 @@
     <p>Curious which components explicitly require jQuery, our JS, and Popper.js? Click the show components link below.
       If you鈥檙e at all unsure about the general page structure, keep reading for an example page template.</p>
 
-    <img src="http://192.168.11.87:8080/DeveloperGuide/background/1111.png" class="img" alt="Responsive image">
+    <img src="http://192.168.11.88:8080/DeveloperGuide/background/1111.png" class="img" alt="Responsive image">
     <details>
       <summary class="summary">Show components requiring JavaScript</summary>
       <ul class="HtmlBox_Ul">
@@ -168,7 +169,7 @@
 
 
     </details>
-    <h2>Starter template</h2>
+    <h1>Starter template</h1>
 
     <p>Be sure to have your pages set up with the latest design and development standards. That means using an HTML5
       doctype and including a viewport meta tag for proper responsive behaviors. Put it all together and your pages

--
Gitblit v1.9.3