| <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> | |