2022-10-20 11:57:30 -04:00
|
|
|
<!DOCTYPE html>
|
2018-07-25 08:45:13 -04:00
|
|
|
<html>
|
2022-10-20 11:57:30 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2018-07-25 08:45:13 -04:00
|
|
|
|
2022-10-20 11:57:30 -04:00
|
|
|
<title>Static CMS Development Test</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2024-01-03 15:14:09 -05:00
|
|
|
<script src="/static-cms-core.js"></script>
|
|
|
|
<script src="/data.js"></script>
|
|
|
|
<script type="module" src="/index.js"></script>
|
2022-10-20 11:57:30 -04:00
|
|
|
</body>
|
2018-07-25 08:45:13 -04:00
|
|
|
</html>
|