first commit

This commit is contained in:
Sas Andy
2025-02-11 16:39:53 +07:00
commit 9a67dfeb84
7 changed files with 3993 additions and 0 deletions

23
index.html Normal file
View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'"
/>
<meta
http-equiv="X-Content-Security-Policy"
content="default-src 'self'; script-src 'self'"
/>
<title>Hello from Electron renderer!</title>
</head>
<body>
<iframe
src="https://devcpone.aplikasi.web.id/one-ui/test/vuex/cpone-antrian/"
width="100%"
height="500px"
></iframe>
</body>
</html>