-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
26 lines (24 loc) · 1.33 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$TEMPLATE_PATH = parse_url(get_template_directory_uri(), PHP_URL_PATH);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php $BRC_TEMPLATE_PATH = parse_url(get_template_directory_uri(), PHP_URL_PATH); ?>
<script src='<?php echo $BRC_TEMPLATE_PATH; ?>/react-src/node_modules/@devloco/react-scripts-wptheme-utils/wpThemeClient.js'></script>
<script src='<?php echo $BRC_TEMPLATE_PATH; ?>/react-src/node_modules/@devloco/react-scripts-wptheme-error-overlay/wpThemeErrorOverlay.js'></script>
<script> wpThemeClient.start("ws", "127.0.0.1", "8090"); </script>
<meta charset="utf-8">
<link rel="shortcut icon" href="/react-wp/wp-content/themes/inu-v2-b/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="<?php echo $TEMPLATE_PATH; ?>/manifest.json">
<title>React WordPress Theme</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script src="/react-wp/wp-content/themes/inu-v2-b/static/js/runtime~main.ad097248.js"></script><script src="/react-wp/wp-content/themes/inu-v2-b/static/js/0.0d3f1dbd.chunk.js"></script><script src="/react-wp/wp-content/themes/inu-v2-b/static/js/main.f4cb458d.chunk.js"></script></body>
</html>