Update index.html

This commit is contained in:
公明 2025-02-26 14:12:11 +08:00 committed by GitHub
parent 7a0ab6e682
commit 2addcabfdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Display</title>
<title>PrivHunterAI</title>
<!-- 引入 Bootstrap CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<style>
@ -45,7 +45,7 @@
</head>
<body>
<div class="container">
<h1 class="mb-4">Data Display</h1>
<h1 class="mb-4">PrivHunterAI 扫描结果</h1>
<button class="btn btn-primary" onclick="fetchData()">Fetch Data</button>
<button class="btn btn-success" onclick="filterData()">Filter Data</button>
<div class="input-group mb-3 mt-3">