site-inator/example/template/header.html

15 lines
337 B
HTML
Raw Permalink Normal View History

2023-08-16 14:49:53 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>[ title ]</title>
</head>
<body>
<header>
<h1>[ title ]</h1>
<p>This website was generated using site-inator
</header>
<main>