backend-junPreP Update(Update whitelist model), front-urlpredictor.jsx UI Update
This commit is contained in:
3
react-url-checker/src/App.js
vendored
3
react-url-checker/src/App.js
vendored
@@ -5,9 +5,8 @@ import './App.css';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="min-h-screen bg-gray-100 flex flex-col justify-center">
|
||||
<div className="min-h-screen bg-sky-200 flex flex-col justify-center">
|
||||
<div className="container mx-auto px-4 text-center">
|
||||
<h1 className="text-3xl font-bold text-blue-600 mb-6">🔍 악성 URL 판별기</h1>
|
||||
<UrlPredictor />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user