You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
643 B
PHP
23 lines
643 B
PHP
<?php
|
|
use NN\Module\View;
|
|
echo filemtime("../script");
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Excel</title>
|
|
<script
|
|
src="https://code.jquery.com/jquery-3.7.1.js"
|
|
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
|
|
crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<?php echo View::sc('sc.js'); ?>
|
|
|
|
<?php echo View::jsm('kekayaan/index.js'); ?>
|
|
|
|
</body>
|
|
</html><?php /**PATH /var/www/vds/warpeka/public/usp/views/admin/kekayaan.blade.php ENDPATH**/ ?>
|