21 lines
491 B
HTML
21 lines
491 B
HTML
<!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> |