18 lines
584 B
HTML
18 lines
584 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>Cloudflare Test Site</title>
|
|
<style>body{font-family:system-ui,Segoe UI,Helvetica,Arial;color:#111;padding:2rem}</style>
|
|
</head>
|
|
<body>
|
|
<h1>Cloudflare test site</h1>
|
|
<p>This is a minimal static site for testing Cloudflare Pages or DNS/proxy setups.</p>
|
|
<ul>
|
|
<li>Deploy with Cloudflare Pages (connect this repo)</li>
|
|
<li>Or serve via any origin and use Cloudflare DNS/proxy</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|