generated from nhcarrigan/template
14 lines
348 B
HTML
14 lines
348 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Eclaire</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body style="margin: 0">
|
|
<app-root></app-root>
|
|
</body>
|
|
<script src="https://cdn.nhcarrigan.com/headers/index.js"></script>
|
|
</html>
|