File size: 473 Bytes
15c2e09 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample Cloudflare R2 Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Welcome to My Sample Page</h1>
<p>This is a sample HTML page hosted using Cloudflare R2.</p>
<button id="myButton">Click Me</button>
<script src="scripts.js"></script>
</body>
</html>
|