mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 08:46:42 +00:00

git-subtree-dir: packages/strapi-plugin-settings-manager git-subtree-mainline: 80aa83d8460c95366547e143c74bf79ea6ae69f8 git-subtree-split: cd241c14c6a6239bca279e7accd709ba58e87cc8
18 lines
733 B
HTML
18 lines
733 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- The first thing in any HTML file should be the charset -->
|
|
<meta charset="utf-8">
|
|
<!-- Make the page mobile compatible -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- Allow installing the app to the homescreen -->
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<title>Settings Manager - Strapi</title>
|
|
</head>
|
|
<body>
|
|
<!-- Display a message if JS has been disabled on the browser. -->
|
|
<noscript>If you're seeing this message, that means <strong>JavaScript has been disabled on your browser</strong>, please <strong>enable JS</strong> to make this app work.</noscript>
|
|
<!-- The app hooks into this div -->
|
|
<div id="app"></div>
|
|
</body>
|
|
</html> |