-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 1.17 KB
/
index.html
File metadata and controls
15 lines (15 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<meta charset="UTF-8">
<title>Headless CMS by Remal Mahmud</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules' http://localhost:* http://127.0.0.1:* https://cdn.jsdelivr.net;">
<!-- <link rel="stylesheet" href="/dist/css/app.css"> -->
</head>
<body class="bg-gray-100 min-h-96 overflow-hidden" style="min-height: 500px;min-width: 1000px;">
<div id="app_root" class="partnershipapp"></div>
<script>var siteCoreConfig = {"ajaxUrl":"https:\/\/core.agency.local\/wp-admin\/admin-ajax.php","ajax_nonce":"68c567b0b7","logout_url":"https:\/\/core.agency.local\/wp-login.php?action=logout&_wpnonce=2821a8685d","loggedin":"1","buildPath":"https:\/\/core.agency.local\/wp-content\/plugins\/partnership-manager\/assets\/build","i18n":{"pls_wait":"Please wait..."},"locale":"en","user_id":"1","isSignUp":"","subscibed":"","sw_uri":"https:\/\/core.agency.local\/wp-content\/plugins\/partnership-manager\/service-worker.js"};</script>
<script src="/dist/js/app.js"></script>
<link rel="stylesheet" href="/styling.css">
</body>
</html>