14 lines
No EOL
441 B
HTML
14 lines
No EOL
441 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/admin/main.css" />
|
|
<title>Content Manager</title>
|
|
</head>
|
|
<body>
|
|
<!-- Include the script that builds the page and powers Static CMS -->
|
|
<script src="/admin/static-cms-app.js"></script>
|
|
<script type="module" src="index.js"></script>
|
|
</body>
|
|
</html> |