mirror of
https://github.com/SawyerHood/dev-browser.git
synced 2026-09-20 13:44:44 +08:00
15 lines
358 B
HTML
15 lines
358 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>HTTPS Test Page</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>HTTPS Test Page</h1>
|
|
<p>This page is served with a self-signed certificate via Vite basic SSL.</p>
|
|
</main>
|
|
</body>
|
|
</html>
|