mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-16 19:38:43 +00:00
15 lines
531 B
HTML
15 lines
531 B
HTML
<!doctype html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Content Manager | Academic</title>
|
|
<!-- Include Netlify Identity for authentication. -->
|
|
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
|
|
</head>
|
|
<body>
|
|
<!-- Include the latest Netlify CMS v2.x.x script that builds the admin panel. -->
|
|
<script src="https://cdn.jsdelivr.net/npm/netlify-cms@2/dist/netlify-cms.min.js"></script>
|
|
</body>
|
|
</html>
|