Here's a minimal HTML5 template for a simple website that you can use as a starting point. This template includes the essential structure needed for a basic web page.
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
header,


