first commit

This commit is contained in:
it 2025-11-22 09:53:35 +08:00
commit 46d594bf29
4 changed files with 34 additions and 0 deletions

21
index.html Normal file
View File

@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link href="./static/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
</head>
<body>
<div class="nav">
</div>
<div class="w-100">
<img src="static/image/1.jpg" alt="">
</div>
</body>
<script src="static/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
</html>

6
static/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

BIN
static/image/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

7
static/js/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long